Html Css Color HEX #BCB804 La Rioja

📋 copy color: '#BCB804'

red 188 ◦ green 184 ◦ blue 4

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

Shades of La Rioja #BCB804

Tints of La Rioja #BCB804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.94%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 50%
G = 48.94%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB804 (or 0xBCB804) is known color: La Rioja. HEX triplet: BC, B8 and 04. RGB value is (188,184,4). Sum of RGB (Red+Green+Blue) = 188+184+4=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB804 is #4347FB. Grayscale: #A5A5A5. Windows color (decimal): -4409340 or 309436. OLE color: 309436.

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

Color convert

RGB 188 184 4 -
CMYK 0 0.02 0.98 0.26
HSL 58.7º 0.96% 0.38% -
HSV(B) 58.7º 0.98% 0.74% -
XYZ 37.9 44.98 6.8 -
YUV 164.68 37.33 144.64 -
System Red Green Blue C M Y K H S L
Decimal 188 184 4 0 0.02 0.98 0.26 58.7 0.96 0.38
Hex BC B8 4 0 2 62 1A 3B 60 26
Octal 274 270 4 0 2 142 32 73 140 46
Binary 10111100 10111000 100 0 10 1100010 11010 111011 1100000 100110

Color Harmonies of #BCB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB804

Black with #BCB804

Text Example


Text Example

White with #BCB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB804; }

 p { color: rgb(188,184,4); }

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

background-color css

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

 a { background-color: rgb(188,184,4); }

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

border-color css

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

 span { border-color: rgb(188,184,4); }

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