Html Css Color HEX #BBA472 Fallow

📋 copy color: '#BBA472'

red 187 ◦ green 164 ◦ blue 114

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

Shades of Fallow #BBA472

Tints of Fallow #BBA472

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 40.22%
G = 35.27%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBA472 (or 0xBBA472) is known color: Fallow. HEX triplet: BB, A4 and 72. RGB value is (187,164,114). Sum of RGB (Red+Green+Blue) = 187+164+114=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA472 is #445B8D. Grayscale: #A5A5A5. Windows color (decimal): -4479886 or 7513275. OLE color: 7513275.

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

Color convert

RGB 187 164 114 -
CMYK 0 0.12 0.39 0.27
HSL 41.1º 0.35% 0.59% -
HSV(B) 41.1º 0.39% 0.73% -
XYZ 36.81 38.33 21.38 -
YUV 165.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 187 164 114 0 0.12 0.39 0.27 41.1 0.35 0.59
Hex BB A4 72 0 C 27 1B 29 23 3B
Octal 273 244 162 0 14 47 33 51 43 73
Binary 10111011 10100100 1110010 0 1100 100111 11011 101001 100011 111011

Color Harmonies of #BBA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA472

Black with #BBA472

Text Example


Text Example

White with #BBA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA472; }

 p { color: rgb(187,164,114); }

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

background-color css

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

 a { background-color: rgb(187,164,114); }

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

border-color css

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

 span { border-color: rgb(187,164,114); }

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