Html Css Color HEX #BBA276 Fallow

📋 copy color: '#BBA276'

red 187 ◦ green 162 ◦ blue 118

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

Shades of Fallow #BBA276

Tints of Fallow #BBA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 40.04%
G = 34.69%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA276 (or 0xBBA276) is known color: Fallow. HEX triplet: BB, A2 and 76. RGB value is (187,162,118). Sum of RGB (Red+Green+Blue) = 187+162+118=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA276 is #445D89. Grayscale: #A4A4A4. Windows color (decimal): -4480394 or 7774907. OLE color: 7774907.

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

Color convert

RGB 187 162 118 -
CMYK 0 0.13 0.37 0.27
HSL 38.26º 0.34% 0.6% -
HSV(B) 38.26º 0.37% 0.73% -
XYZ 36.68 37.71 22.49 -
YUV 164.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 187 162 118 0 0.13 0.37 0.27 38.26 0.34 0.6
Hex BB A2 76 0 D 25 1B 26 22 3C
Octal 273 242 166 0 15 45 33 46 42 74
Binary 10111011 10100010 1110110 0 1101 100101 11011 100110 100010 111100

Color Harmonies of #BBA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA276

Black with #BBA276

Text Example


Text Example

White with #BBA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA276; }

 p { color: rgb(187,162,118); }

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

background-color css

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

 a { background-color: rgb(187,162,118); }

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

border-color css

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

 span { border-color: rgb(187,162,118); }

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