Html Css Color HEX #BCB60B La Rioja

📋 copy color: '#BCB60B'

red 188 ◦ green 182 ◦ blue 11

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

Shades of La Rioja #BCB60B

Tints of La Rioja #BCB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.77%

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 49.34%
G = 47.77%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB60B (or 0xBCB60B) is known color: La Rioja. HEX triplet: BC, B6 and 0B. RGB value is (188,182,11). Sum of RGB (Red+Green+Blue) = 188+182+11=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB60B is #4349F4. Grayscale: #A4A4A4. Windows color (decimal): -4409845 or 767676. OLE color: 767676.

HSL color Cylindrical-coordinate representation of color #BCB60B: hue angle of 57.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCB60B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 11 -
CMYK 0 0.03 0.94 0.26
HSL 57.97º 0.89% 0.39% -
HSV(B) 57.97º 0.94% 0.74% -
XYZ 37.53 44.17 6.86 -
YUV 164.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 188 182 11 0 0.03 0.94 0.26 57.97 0.89 0.39
Hex BC B6 B 0 3 5E 1A 3A 59 27
Octal 274 266 13 0 3 136 32 72 131 47
Binary 10111100 10110110 1011 0 11 1011110 11010 111010 1011001 100111

Color Harmonies of #BCB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB60B

Black with #BCB60B

Text Example


Text Example

White with #BCB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB60B; }

 p { color: rgb(188,182,11); }

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

background-color css

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

 a { background-color: rgb(188,182,11); }

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

border-color css

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

 span { border-color: rgb(188,182,11); }

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