Html Css Color HEX #BBA371 Fallow

📋 copy color: '#BBA371'

red 187 ◦ green 163 ◦ blue 113

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

Shades of Fallow #BBA371

Tints of Fallow #BBA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 40.39%
G = 35.21%
B = 24.41%

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

#BBA371 (or 0xBBA371) is known color: Fallow. HEX triplet: BB, A3 and 71. RGB value is (187,163,113). Sum of RGB (Red+Green+Blue) = 187+163+113=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA371 is #445C8E. Grayscale: #A4A4A4. Windows color (decimal): -4480143 or 7447483. OLE color: 7447483.

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

Color convert

RGB 187 163 113 -
CMYK 0 0.13 0.40 0.27
HSL 40.54º 0.35% 0.59% -
HSV(B) 40.54º 0.4% 0.73% -
XYZ 36.57 37.95 21.02 -
YUV 164.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 187 163 113 0 0.13 0.40 0.27 40.54 0.35 0.59
Hex BB A3 71 0 D 28 1B 29 23 3B
Octal 273 243 161 0 15 50 33 51 43 73
Binary 10111011 10100011 1110001 0 1101 101000 11011 101001 100011 111011

Color Harmonies of #BBA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA371

Black with #BBA371

Text Example


Text Example

White with #BBA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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