Html Css Color HEX #BBA171 Fallow

📋 copy color: '#BBA171'

red 187 ◦ green 161 ◦ blue 113

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

Shades of Fallow #BBA171

Tints of Fallow #BBA171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

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

R = 40.56%
G = 34.92%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA171 (or 0xBBA171) is known color: Fallow. HEX triplet: BB, A1 and 71. RGB value is (187,161,113). Sum of RGB (Red+Green+Blue) = 187+161+113=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA171 is #445E8E. Grayscale: #A3A3A3. Windows color (decimal): -4480655 or 7446971. OLE color: 7446971.

HSL color Cylindrical-coordinate representation of color #BBA171: hue angle of 38.92º 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 #BBA171 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 113 -
CMYK 0 0.14 0.40 0.27
HSL 38.92º 0.35% 0.59% -
HSV(B) 38.92º 0.4% 0.73% -
XYZ 36.22 37.25 20.9 -
YUV 163.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 187 161 113 0 0.14 0.40 0.27 38.92 0.35 0.59
Hex BB A1 71 0 E 28 1B 27 23 3B
Octal 273 241 161 0 16 50 33 47 43 73
Binary 10111011 10100001 1110001 0 1110 101000 11011 100111 100011 111011

Color Harmonies of #BBA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA171

Black with #BBA171

Text Example


Text Example

White with #BBA171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA171; }

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

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

background-color css

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

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

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

border-color css

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

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

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