Html Css Color HEX #BCB10B La Rioja

📋 copy color: '#BCB10B'

red 188 ◦ green 177 ◦ blue 11

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

Shades of La Rioja #BCB10B

Tints of La Rioja #BCB10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

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

R = 50%
G = 47.07%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB10B (or 0xBCB10B) is known color: La Rioja. HEX triplet: BC, B1 and 0B. RGB value is (188,177,11). Sum of RGB (Red+Green+Blue) = 188+177+11=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB10B is #434EF4. Grayscale: #A2A2A2. Windows color (decimal): -4411125 or 766396. OLE color: 766396.

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

Color convert

RGB 188 177 11 -
CMYK 0 0.06 0.94 0.26
HSL 56.27º 0.89% 0.39% -
HSV(B) 56.27º 0.94% 0.74% -
XYZ 36.52 42.16 6.53 -
YUV 161.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 188 177 11 0 0.06 0.94 0.26 56.27 0.89 0.39
Hex BC B1 B 0 6 5E 1A 38 59 27
Octal 274 261 13 0 6 136 32 70 131 47
Binary 10111100 10110001 1011 0 110 1011110 11010 111000 1011001 100111

Color Harmonies of #BCB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB10B

Black with #BCB10B

Text Example


Text Example

White with #BCB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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