Html Css Color HEX #BBA56E Fallow

📋 copy color: '#BBA56E'

red 187 ◦ green 165 ◦ blue 110

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

Shades of Fallow #BBA56E

Tints of Fallow #BBA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 40.48%
G = 35.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBA56E (or 0xBBA56E) is known color: Fallow. HEX triplet: BB, A5 and 6E. RGB value is (187,165,110). Sum of RGB (Red+Green+Blue) = 187+165+110=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56E is #445A91. Grayscale: #A5A5A5. Windows color (decimal): -4479634 or 7251387. OLE color: 7251387.

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

Color convert

RGB 187 165 110 -
CMYK 0 0.12 0.41 0.27
HSL 42.86º 0.36% 0.58% -
HSV(B) 42.86º 0.41% 0.73% -
XYZ 36.76 38.6 20.26 -
YUV 165.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 187 165 110 0 0.12 0.41 0.27 42.86 0.36 0.58
Hex BB A5 6E 0 C 29 1B 2B 24 3A
Octal 273 245 156 0 14 51 33 53 44 72
Binary 10111011 10100101 1101110 0 1100 101001 11011 101011 100100 111010

Color Harmonies of #BBA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA56E

Black with #BBA56E

Text Example


Text Example

White with #BBA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA56E; }

 p { color: rgb(187,165,110); }

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

background-color css

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

 a { background-color: rgb(187,165,110); }

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

border-color css

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

 span { border-color: rgb(187,165,110); }

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