Html Css Color HEX #BBAE04 La Rioja

📋 copy color: '#BBAE04'

red 187 ◦ green 174 ◦ blue 4

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

Shades of La Rioja #BBAE04

Tints of La Rioja #BBAE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 51.23%
G = 47.67%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBAE04 (or 0xBBAE04) is known color: La Rioja. HEX triplet: BB, AE and 04. RGB value is (187,174,4). Sum of RGB (Red+Green+Blue) = 187+174+4=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE04 is #4451FB. Grayscale: #9F9F9F. Windows color (decimal): -4477436 or 306875. OLE color: 306875.

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

Color convert

RGB 187 174 4 -
CMYK 0 0.07 0.98 0.27
HSL 55.74º 0.96% 0.37% -
HSV(B) 55.74º 0.98% 0.73% -
XYZ 35.65 40.85 6.12 -
YUV 158.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 187 174 4 0 0.07 0.98 0.27 55.74 0.96 0.37
Hex BB AE 4 0 7 62 1B 38 60 25
Octal 273 256 4 0 7 142 33 70 140 45
Binary 10111011 10101110 100 0 111 1100010 11011 111000 1100000 100101

Color Harmonies of #BBAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE04

Black with #BBAE04

Text Example


Text Example

White with #BBAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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