Html Css Color HEX #BBAF0F La Rioja

📋 copy color: '#BBAF0F'

red 187 ◦ green 175 ◦ blue 15

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

Shades of La Rioja #BBAF0F

Tints of La Rioja #BBAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 49.6%
G = 46.42%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBAF0F (or 0xBBAF0F) is known color: La Rioja. HEX triplet: BB, AF and 0F. RGB value is (187,175,15). Sum of RGB (Red+Green+Blue) = 187+175+15=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF0F is #4450F0. Grayscale: #A1A1A1. Windows color (decimal): -4477169 or 1028027. OLE color: 1028027.

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

Color convert

RGB 187 175 15 -
CMYK 0 0.06 0.92 0.27
HSL 55.81º 0.85% 0.4% -
HSV(B) 55.81º 0.92% 0.73% -
XYZ 35.91 41.26 6.52 -
YUV 160.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 187 175 15 0 0.06 0.92 0.27 55.81 0.85 0.4
Hex BB AF F 0 6 5C 1B 38 55 28
Octal 273 257 17 0 6 134 33 70 125 50
Binary 10111011 10101111 1111 0 110 1011100 11011 111000 1010101 101000

Color Harmonies of #BBAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF0F

Black with #BBAF0F

Text Example


Text Example

White with #BBAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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