Html Css Color HEX #BBA06E Fallow

📋 copy color: '#BBA06E'

red 187 ◦ green 160 ◦ blue 110

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

Shades of Fallow #BBA06E

Tints of Fallow #BBA06E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.01%

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

R = 40.92%
G = 35.01%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBA06E (or 0xBBA06E) is known color: Fallow. HEX triplet: BB, A0 and 6E. RGB value is (187,160,110). Sum of RGB (Red+Green+Blue) = 187+160+110=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA06E is #445F91. Grayscale: #A2A2A2. Windows color (decimal): -4480914 or 7250107. OLE color: 7250107.

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

Color convert

RGB 187 160 110 -
CMYK 0 0.14 0.41 0.27
HSL 38.96º 0.36% 0.58% -
HSV(B) 38.96º 0.41% 0.73% -
XYZ 35.88 36.83 19.97 -
YUV 162.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 187 160 110 0 0.14 0.41 0.27 38.96 0.36 0.58
Hex BB A0 6E 0 E 29 1B 27 24 3A
Octal 273 240 156 0 16 51 33 47 44 72
Binary 10111011 10100000 1101110 0 1110 101001 11011 100111 100100 111010

Color Harmonies of #BBA06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA06E

Black with #BBA06E

Text Example


Text Example

White with #BBA06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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