Html Css Color HEX #BBA066 Fallow

📋 copy color: '#BBA066'

red 187 ◦ green 160 ◦ blue 102

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

Shades of Fallow #BBA066

Tints of Fallow #BBA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 41.65%
G = 35.63%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA066 (or 0xBBA066) is known color: Fallow. HEX triplet: BB, A0 and 66. RGB value is (187,160,102). Sum of RGB (Red+Green+Blue) = 187+160+102=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA066 is #445F99. Grayscale: #A1A1A1. Windows color (decimal): -4480922 or 6725819. OLE color: 6725819.

HSL color Cylindrical-coordinate representation of color #BBA066: hue angle of 40.94º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA066 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 102 -
CMYK 0 0.14 0.45 0.27
HSL 40.94º 0.38% 0.57% -
HSV(B) 40.94º 0.45% 0.73% -
XYZ 35.46 36.67 17.78 -
YUV 161.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 187 160 102 0 0.14 0.45 0.27 40.94 0.38 0.57
Hex BB A0 66 0 E 2D 1B 29 26 39
Octal 273 240 146 0 16 55 33 51 46 71
Binary 10111011 10100000 1100110 0 1110 101101 11011 101001 100110 111001

Color Harmonies of #BBA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA066

Black with #BBA066

Text Example


Text Example

White with #BBA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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