Html Css Color HEX #BBA271 Fallow

📋 copy color: '#BBA271'

red 187 ◦ green 162 ◦ blue 113

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

Shades of Fallow #BBA271

Tints of Fallow #BBA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.06%

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 40.48%
G = 35.06%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA271 (or 0xBBA271) is known color: Fallow. HEX triplet: BB, A2 and 71. RGB value is (187,162,113). Sum of RGB (Red+Green+Blue) = 187+162+113=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA271 is #445D8E. Grayscale: #A4A4A4. Windows color (decimal): -4480399 or 7447227. OLE color: 7447227.

HSL color Cylindrical-coordinate representation of color #BBA271: hue angle of 39.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBA271 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 113 -
CMYK 0 0.13 0.40 0.27
HSL 39.73º 0.35% 0.59% -
HSV(B) 39.73º 0.4% 0.73% -
XYZ 36.39 37.6 20.96 -
YUV 163.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 187 162 113 0 0.13 0.40 0.27 39.73 0.35 0.59
Hex BB A2 71 0 D 28 1B 28 23 3B
Octal 273 242 161 0 15 50 33 50 43 73
Binary 10111011 10100010 1110001 0 1101 101000 11011 101000 100011 111011

Color Harmonies of #BBA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA271

Black with #BBA271

Text Example


Text Example

White with #BBA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA271; }

 p { color: rgb(187,162,113); }

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

background-color css

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

 a { background-color: rgb(187,162,113); }

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

border-color css

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

 span { border-color: rgb(187,162,113); }

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