Html Css Color HEX #BBAB0A La Rioja

📋 copy color: '#BBAB0A'

red 187 ◦ green 171 ◦ blue 10

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

Shades of La Rioja #BBAB0A

Tints of La Rioja #BBAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

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

R = 50.82%
G = 46.47%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBAB0A (or 0xBBAB0A) is known color: La Rioja. HEX triplet: BB, AB and 0A. RGB value is (187,171,10). Sum of RGB (Red+Green+Blue) = 187+171+10=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB0A is #4454F5. Grayscale: #9E9E9E. Windows color (decimal): -4478198 or 699323. OLE color: 699323.

HSL color Cylindrical-coordinate representation of color #BBAB0A: hue angle of 54.58º 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 #BBAB0A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 10 -
CMYK 0 0.09 0.95 0.27
HSL 54.58º 0.9% 0.39% -
HSV(B) 54.58º 0.95% 0.73% -
XYZ 35.11 39.71 6.1 -
YUV 157.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 187 171 10 0 0.09 0.95 0.27 54.58 0.9 0.39
Hex BB AB A 0 9 5F 1B 37 5A 27
Octal 273 253 12 0 11 137 33 67 132 47
Binary 10111011 10101011 1010 0 1001 1011111 11011 110111 1011010 100111

Color Harmonies of #BBAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB0A

Black with #BBAB0A

Text Example


Text Example

White with #BBAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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