Html Css Color HEX #BBA078 Fallow

📋 copy color: '#BBA078'

red 187 ◦ green 160 ◦ blue 120

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

Shades of Fallow #BBA078

Tints of Fallow #BBA078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 40.04%
G = 34.26%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA078 (or 0xBBA078) is known color: Fallow. HEX triplet: BB, A0 and 78. RGB value is (187,160,120). Sum of RGB (Red+Green+Blue) = 187+160+120=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA078 is #445F87. Grayscale: #A3A3A3. Windows color (decimal): -4480904 or 7905467. OLE color: 7905467.

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

Color convert

RGB 187 160 120 -
CMYK 0 0.14 0.36 0.27
HSL 35.82º 0.33% 0.6% -
HSV(B) 35.82º 0.36% 0.73% -
XYZ 36.45 37.06 23 -
YUV 163.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 187 160 120 0 0.14 0.36 0.27 35.82 0.33 0.6
Hex BB A0 78 0 E 24 1B 24 21 3C
Octal 273 240 170 0 16 44 33 44 41 74
Binary 10111011 10100000 1111000 0 1110 100100 11011 100100 100001 111100

Color Harmonies of #BBA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA078

Black with #BBA078

Text Example


Text Example

White with #BBA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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