Html Css Color HEX #BBA802 La Rioja

📋 copy color: '#BBA802'

red 187 ◦ green 168 ◦ blue 2

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

Shades of La Rioja #BBA802

Tints of La Rioja #BBA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

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

R = 52.38%
G = 47.06%
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

#BBA802 (or 0xBBA802) is known color: La Rioja. HEX triplet: BB, A8 and 02. RGB value is (187,168,2). Sum of RGB (Red+Green+Blue) = 187+168+2=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA802 is #4457FD. Grayscale: #9B9B9B. Windows color (decimal): -4478974 or 174267. OLE color: 174267.

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

Color convert

RGB 187 168 2 -
CMYK 0 0.10 0.99 0.27
HSL 53.84º 0.98% 0.37% -
HSV(B) 53.84º 0.99% 0.73% -
XYZ 34.51 38.57 5.68 -
YUV 154.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 187 168 2 0 0.10 0.99 0.27 53.84 0.98 0.37
Hex BB A8 2 0 A 63 1B 36 62 25
Octal 273 250 2 0 12 143 33 66 142 45
Binary 10111011 10101000 10 0 1010 1100011 11011 110110 1100010 100101

Color Harmonies of #BBA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA802

Black with #BBA802

Text Example


Text Example

White with #BBA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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