Html Css Color HEX #BBA903 La Rioja

📋 copy color: '#BBA903'

red 187 ◦ green 169 ◦ blue 3

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

Shades of La Rioja #BBA903

Tints of La Rioja #BBA903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 52.09%
G = 47.08%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA903 (or 0xBBA903) is known color: La Rioja. HEX triplet: BB, A9 and 03. RGB value is (187,169,3). Sum of RGB (Red+Green+Blue) = 187+169+3=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA903 is #4456FC. Grayscale: #9C9C9C. Windows color (decimal): -4478717 or 240059. OLE color: 240059.

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

Color convert

RGB 187 169 3 -
CMYK 0 0.10 0.98 0.27
HSL 54.13º 0.97% 0.37% -
HSV(B) 54.13º 0.98% 0.73% -
XYZ 34.7 38.95 5.77 -
YUV 155.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 187 169 3 0 0.10 0.98 0.27 54.13 0.97 0.37
Hex BB A9 3 0 A 62 1B 36 61 25
Octal 273 251 3 0 12 142 33 66 141 45
Binary 10111011 10101001 11 0 1010 1100010 11011 110110 1100001 100101

Color Harmonies of #BBA903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA903

Black with #BBA903

Text Example


Text Example

White with #BBA903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA903; }

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

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

background-color css

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

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

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

border-color css

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

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

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