Html Css Color HEX #BBB10A La Rioja

📋 copy color: '#BBB10A'

red 187 ◦ green 177 ◦ blue 10

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

Shades of La Rioja #BBB10A

Tints of La Rioja #BBB10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 50%
G = 47.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBB10A (or 0xBBB10A) is known color: La Rioja. HEX triplet: BB, B1 and 0A. RGB value is (187,177,10). Sum of RGB (Red+Green+Blue) = 187+177+10=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB10A is #444EF5. Grayscale: #A1A1A1. Windows color (decimal): -4476662 or 700859. OLE color: 700859.

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

Color convert

RGB 187 177 10 -
CMYK 0 0.05 0.95 0.27
HSL 56.61º 0.9% 0.39% -
HSV(B) 56.61º 0.95% 0.73% -
XYZ 36.27 42.03 6.49 -
YUV 160.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 187 177 10 0 0.05 0.95 0.27 56.61 0.9 0.39
Hex BB B1 A 0 5 5F 1B 39 5A 27
Octal 273 261 12 0 5 137 33 71 132 47
Binary 10111011 10110001 1010 0 101 1011111 11011 111001 1011010 100111

Color Harmonies of #BBB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB10A

Black with #BBB10A

Text Example


Text Example

White with #BBB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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