Html Css Color HEX #BBA902 La Rioja

📋 copy color: '#BBA902'

red 187 ◦ green 169 ◦ blue 2

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

Shades of La Rioja #BBA902

Tints of La Rioja #BBA902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

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

R = 52.23%
G = 47.21%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA902 (or 0xBBA902) is known color: La Rioja. HEX triplet: BB, A9 and 02. RGB value is (187,169,2). Sum of RGB (Red+Green+Blue) = 187+169+2=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA902 is #4456FD. Grayscale: #9C9C9C. Windows color (decimal): -4478718 or 174523. OLE color: 174523.

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

Color convert

RGB 187 169 2 -
CMYK 0 0.10 0.99 0.27
HSL 54.16º 0.98% 0.37% -
HSV(B) 54.16º 0.99% 0.73% -
XYZ 34.69 38.95 5.75 -
YUV 155.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 187 169 2 0 0.10 0.99 0.27 54.16 0.98 0.37
Hex BB A9 2 0 A 63 1B 36 62 25
Octal 273 251 2 0 12 143 33 66 142 45
Binary 10111011 10101001 10 0 1010 1100011 11011 110110 1100010 100101

Color Harmonies of #BBA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA902

Black with #BBA902

Text Example


Text Example

White with #BBA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA902; }

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

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

background-color css

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

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

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

border-color css

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

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

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