Html Css Color HEX #BBAF00 La Rioja

📋 copy color: '#BBAF00'

red 187 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #BBAF00

Tints of La Rioja #BBAF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.66%
G = 48.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBAF00 (or 0xBBAF00) is known color: La Rioja. HEX triplet: BB, AF and 00. RGB value is (187,175,0). Sum of RGB (Red+Green+Blue) = 187+175+0=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF00 is #4450FF. Grayscale: #9F9F9F. Windows color (decimal): -4477184 or 44987. OLE color: 44987.

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

Color convert

RGB 187 175 0 -
CMYK 0 0.06 1 0.27
HSL 56.15º 1% 0.37% -
HSV(B) 56.15º 1% 0.73% -
XYZ 35.82 41.22 6.07 -
YUV 158.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 187 175 0 0 0.06 1 0.27 56.15 1 0.37
Hex BB AF 0 0 6 64 1B 38 64 25
Octal 273 257 0 0 6 144 33 70 144 45
Binary 10111011 10101111 0 0 110 1100100 11011 111000 1100100 100101

Color Harmonies of #BBAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF00

Black with #BBAF00

Text Example


Text Example

White with #BBAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF00; }

 p { color: rgb(187,175,0); }

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

background-color css

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

 a { background-color: rgb(187,175,0); }

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

border-color css

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

 span { border-color: rgb(187,175,0); }

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