Html Css Color HEX #BBA377 Fallow

📋 copy color: '#BBA377'

red 187 ◦ green 163 ◦ blue 119

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

Shades of Fallow #BBA377

Tints of Fallow #BBA377

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 39.87%
G = 34.75%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA377 (or 0xBBA377) is known color: Fallow. HEX triplet: BB, A3 and 77. RGB value is (187,163,119). Sum of RGB (Red+Green+Blue) = 187+163+119=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA377 is #445C88. Grayscale: #A5A5A5. Windows color (decimal): -4480137 or 7840699. OLE color: 7840699.

HSL color Cylindrical-coordinate representation of color #BBA377: hue angle of 38.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 #BBA377 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 119 -
CMYK 0 0.13 0.36 0.27
HSL 38.82º 0.33% 0.6% -
HSV(B) 38.82º 0.36% 0.73% -
XYZ 36.92 38.09 22.86 -
YUV 165.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 187 163 119 0 0.13 0.36 0.27 38.82 0.33 0.6
Hex BB A3 77 0 D 24 1B 27 21 3C
Octal 273 243 167 0 15 44 33 47 41 74
Binary 10111011 10100011 1110111 0 1101 100100 11011 100111 100001 111100

Color Harmonies of #BBA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA377

Black with #BBA377

Text Example


Text Example

White with #BBA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA377; }

 p { color: rgb(187,163,119); }

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

background-color css

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

 a { background-color: rgb(187,163,119); }

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

border-color css

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

 span { border-color: rgb(187,163,119); }

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