Html Css Color HEX #BBB10C La Rioja

📋 copy color: '#BBB10C'

red 187 ◦ green 177 ◦ blue 12

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

Shades of La Rioja #BBB10C

Tints of La Rioja #BBB10C

RGB

 RED value IS 187 (73.44% from 255) = 49.73%

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 49.73%
G = 47.07%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBB10C (or 0xBBB10C) is known color: La Rioja. HEX triplet: BB, B1 and 0C. RGB value is (187,177,12). Sum of RGB (Red+Green+Blue) = 187+177+12=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB10C is #444EF3. Grayscale: #A1A1A1. Windows color (decimal): -4476660 or 831931. OLE color: 831931.

HSL color Cylindrical-coordinate representation of color #BBB10C: hue angle of 56.57º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBB10C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 12 -
CMYK 0 0.05 0.94 0.27
HSL 56.57º 0.88% 0.39% -
HSV(B) 56.57º 0.94% 0.73% -
XYZ 36.28 42.04 6.55 -
YUV 161.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 187 177 12 0 0.05 0.94 0.27 56.57 0.88 0.39
Hex BB B1 C 0 5 5E 1B 39 58 27
Octal 273 261 14 0 5 136 33 71 130 47
Binary 10111011 10110001 1100 0 101 1011110 11011 111001 1011000 100111

Color Harmonies of #BBB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB10C

Black with #BBB10C

Text Example


Text Example

White with #BBB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB10C; }

 p { color: rgb(187,177,12); }

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

background-color css

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

 a { background-color: rgb(187,177,12); }

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

border-color css

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

 span { border-color: rgb(187,177,12); }

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