Html Css Color HEX #BBA46C Fallow

📋 copy color: '#BBA46C'

red 187 ◦ green 164 ◦ blue 108

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

Shades of Fallow #BBA46C

Tints of Fallow #BBA46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 40.74%
G = 35.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBA46C (or 0xBBA46C) is known color: Fallow. HEX triplet: BB, A4 and 6C. RGB value is (187,164,108). Sum of RGB (Red+Green+Blue) = 187+164+108=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46C is #445B93. Grayscale: #A4A4A4. Windows color (decimal): -4479892 or 7120059. OLE color: 7120059.

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

Color convert

RGB 187 164 108 -
CMYK 0 0.12 0.42 0.27
HSL 42.53º 0.37% 0.58% -
HSV(B) 42.53º 0.42% 0.73% -
XYZ 36.48 38.2 19.64 -
YUV 164.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 187 164 108 0 0.12 0.42 0.27 42.53 0.37 0.58
Hex BB A4 6C 0 C 2A 1B 2B 25 3A
Octal 273 244 154 0 14 52 33 53 45 72
Binary 10111011 10100100 1101100 0 1100 101010 11011 101011 100101 111010

Color Harmonies of #BBA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA46C

Black with #BBA46C

Text Example


Text Example

White with #BBA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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