Html Css Color HEX #BBAF03 La Rioja

📋 copy color: '#BBAF03'

red 187 ◦ green 175 ◦ blue 3

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

Shades of La Rioja #BBAF03

Tints of La Rioja #BBAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 51.23%
G = 47.95%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBAF03 (or 0xBBAF03) is known color: La Rioja. HEX triplet: BB, AF and 03. RGB value is (187,175,3). Sum of RGB (Red+Green+Blue) = 187+175+3=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF03 is #4450FC. Grayscale: #9F9F9F. Windows color (decimal): -4477181 or 241595. OLE color: 241595.

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

Color convert

RGB 187 175 3 -
CMYK 0 0.06 0.98 0.27
HSL 56.09º 0.97% 0.37% -
HSV(B) 56.09º 0.98% 0.73% -
XYZ 35.84 41.23 6.16 -
YUV 158.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 187 175 3 0 0.06 0.98 0.27 56.09 0.97 0.37
Hex BB AF 3 0 6 62 1B 38 61 25
Octal 273 257 3 0 6 142 33 70 141 45
Binary 10111011 10101111 11 0 110 1100010 11011 111000 1100001 100101

Color Harmonies of #BBAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF03

Black with #BBAF03

Text Example


Text Example

White with #BBAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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