Html Css Color HEX #BCB204 La Rioja

📋 copy color: '#BCB204'

red 188 ◦ green 178 ◦ blue 4

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

Shades of La Rioja #BCB204

Tints of La Rioja #BCB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

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

R = 50.81%
G = 48.11%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB204 (or 0xBCB204) is known color: La Rioja. HEX triplet: BC, B2 and 04. RGB value is (188,178,4). Sum of RGB (Red+Green+Blue) = 188+178+4=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB204 is #434DFB. Grayscale: #A1A1A1. Windows color (decimal): -4410876 or 307900. OLE color: 307900.

HSL color Cylindrical-coordinate representation of color #BCB204: hue angle of 56.74º 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 #BCB204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 4 -
CMYK 0 0.05 0.98 0.26
HSL 56.74º 0.96% 0.38% -
HSV(B) 56.74º 0.98% 0.74% -
XYZ 36.68 42.54 6.39 -
YUV 161.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 188 178 4 0 0.05 0.98 0.26 56.74 0.96 0.38
Hex BC B2 4 0 5 62 1A 39 60 26
Octal 274 262 4 0 5 142 32 71 140 46
Binary 10111100 10110010 100 0 101 1100010 11010 111001 1100000 100110

Color Harmonies of #BCB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB204

Black with #BCB204

Text Example


Text Example

White with #BCB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB204; }

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

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

background-color css

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

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

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

border-color css

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

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

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