Html Css Color HEX #BBAB02 La Rioja

📋 copy color: '#BBAB02'

red 187 ◦ green 171 ◦ blue 2

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

Shades of La Rioja #BBAB02

Tints of La Rioja #BBAB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 51.94%
G = 47.5%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBAB02 (or 0xBBAB02) is known color: La Rioja. HEX triplet: BB, AB and 02. RGB value is (187,171,2). Sum of RGB (Red+Green+Blue) = 187+171+2=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB02 is #4454FD. Grayscale: #9D9D9D. Windows color (decimal): -4478206 or 175035. OLE color: 175035.

HSL color Cylindrical-coordinate representation of color #BBAB02: hue angle of 54.81º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBAB02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 2 -
CMYK 0 0.09 0.99 0.27
HSL 54.81º 0.98% 0.37% -
HSV(B) 54.81º 0.99% 0.73% -
XYZ 35.07 39.7 5.87 -
YUV 156.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 187 171 2 0 0.09 0.99 0.27 54.81 0.98 0.37
Hex BB AB 2 0 9 63 1B 37 62 25
Octal 273 253 2 0 11 143 33 67 142 45
Binary 10111011 10101011 10 0 1001 1100011 11011 110111 1100010 100101

Color Harmonies of #BBAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB02

Black with #BBAB02

Text Example


Text Example

White with #BBAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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