Html Css Color HEX #BCB206 La Rioja

📋 copy color: '#BCB206'

red 188 ◦ green 178 ◦ blue 6

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

Shades of La Rioja #BCB206

Tints of La Rioja #BCB206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 50.54%
G = 47.85%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BCB206 (or 0xBCB206) is known color: La Rioja. HEX triplet: BC, B2 and 06. RGB value is (188,178,6). Sum of RGB (Red+Green+Blue) = 188+178+6=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB206 is #434DF9. Grayscale: #A2A2A2. Windows color (decimal): -4410874 or 438972. OLE color: 438972.

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

Color convert

RGB 188 178 6 -
CMYK 0 0.05 0.97 0.26
HSL 56.7º 0.94% 0.38% -
HSV(B) 56.7º 0.97% 0.74% -
XYZ 36.69 42.55 6.45 -
YUV 161.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 188 178 6 0 0.05 0.97 0.26 56.7 0.94 0.38
Hex BC B2 6 0 5 61 1A 39 5E 26
Octal 274 262 6 0 5 141 32 71 136 46
Binary 10111100 10110010 110 0 101 1100001 11010 111001 1011110 100110

Color Harmonies of #BCB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB206

Black with #BCB206

Text Example


Text Example

White with #BCB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB206; }

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

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

background-color css

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

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

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

border-color css

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

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

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