Html Css Color HEX #BBAE02 La Rioja

📋 copy color: '#BBAE02'

red 187 ◦ green 174 ◦ blue 2

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

Shades of La Rioja #BBAE02

Tints of La Rioja #BBAE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.93%

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

R = 51.52%
G = 47.93%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBAE02 (or 0xBBAE02) is known color: La Rioja. HEX triplet: BB, AE and 02. RGB value is (187,174,2). Sum of RGB (Red+Green+Blue) = 187+174+2=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE02 is #4451FD. Grayscale: #9E9E9E. Windows color (decimal): -4477438 or 175803. OLE color: 175803.

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

Color convert

RGB 187 174 2 -
CMYK 0 0.07 0.99 0.27
HSL 55.78º 0.98% 0.37% -
HSV(B) 55.78º 0.99% 0.73% -
XYZ 35.64 40.84 6.06 -
YUV 158.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 187 174 2 0 0.07 0.99 0.27 55.78 0.98 0.37
Hex BB AE 2 0 7 63 1B 38 62 25
Octal 273 256 2 0 7 143 33 70 142 45
Binary 10111011 10101110 10 0 111 1100011 11011 111000 1100010 100101

Color Harmonies of #BBAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE02

Black with #BBAE02

Text Example


Text Example

White with #BBAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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