Html Css Color HEX #BCB405 La Rioja

📋 copy color: '#BCB405'

red 188 ◦ green 180 ◦ blue 5

#BCB405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCB405

Tints of La Rioja #BCB405

RGB

 RED value IS 188 (73.83% from 255) = 50.4%

 GREEN value IS 180 (70.7% from 255) = 48.26%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 50.4%
G = 48.26%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCB405 (or 0xBCB405) is known color: La Rioja. HEX triplet: BC, B4 and 05. RGB value is (188,180,5). Sum of RGB (Red+Green+Blue) = 188+180+5=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB405 is #434BFA. Grayscale: #A3A3A3. Windows color (decimal): -4410363 or 373948. OLE color: 373948.

HSL color Cylindrical-coordinate representation of color #BCB405: hue angle of 57.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCB405 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 5 -
CMYK 0 0.04 0.97 0.26
HSL 57.38º 0.95% 0.38% -
HSV(B) 57.38º 0.97% 0.74% -
XYZ 37.09 43.34 6.56 -
YUV 162.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 188 180 5 0 0.04 0.97 0.26 57.38 0.95 0.38
Hex BC B4 5 0 4 61 1A 39 5F 26
Octal 274 264 5 0 4 141 32 71 137 46
Binary 10111100 10110100 101 0 100 1100001 11010 111001 1011111 100110

Color Harmonies of #BCB405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB405

Black with #BCB405

Text Example


Text Example

White with #BCB405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB405; }

 p { color: rgb(188,180,5); }

 H1.HeaderClassName
 {
   color: #BCB405;
 }
 .AnyTagClassName
 {
   color: #BCB405;
 }
</style>

background-color css

<style>
 a { background-color: #BCB405; }

 a { background-color: rgb(188,180,5); }

 div.DivClassName
 {
   background-color: #BCB405;
 }
 .BgClassName
 {
   background-color: #BCB405;
 }
</style>

border-color css

<style>
 span { border-color: #BCB405; }

 span { border-color: rgb(188,180,5); }

 td.TdClassName
 {
   border-color: #BCB405;
 }
 .TagClassName
 {
   border-color: #BCB405;
 }
</style>