Html Css Color HEX #BBAF01 La Rioja

📋 copy color: '#BBAF01'

red 187 ◦ green 175 ◦ blue 1

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

Shades of La Rioja #BBAF01

Tints of La Rioja #BBAF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 51.52%
G = 48.21%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBAF01 (or 0xBBAF01) is known color: La Rioja. HEX triplet: BB, AF and 01. RGB value is (187,175,1). Sum of RGB (Red+Green+Blue) = 187+175+1=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF01 is #4450FE. Grayscale: #9F9F9F. Windows color (decimal): -4477183 or 110523. OLE color: 110523.

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

Color convert

RGB 187 175 1 -
CMYK 0 0.06 0.99 0.27
HSL 56.13º 0.99% 0.37% -
HSV(B) 56.13º 0.99% 0.73% -
XYZ 35.83 41.23 6.1 -
YUV 158.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 187 175 1 0 0.06 0.99 0.27 56.13 0.99 0.37
Hex BB AF 1 0 6 63 1B 38 63 25
Octal 273 257 1 0 6 143 33 70 143 45
Binary 10111011 10101111 1 0 110 1100011 11011 111000 1100011 100101

Color Harmonies of #BBAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF01

Black with #BBAF01

Text Example


Text Example

White with #BBAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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