Html Css Color HEX #BBA475 Fallow

📋 copy color: '#BBA475'

red 187 ◦ green 164 ◦ blue 117

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

Shades of Fallow #BBA475

Tints of Fallow #BBA475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 39.96%
G = 35.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA475 (or 0xBBA475) is known color: Fallow. HEX triplet: BB, A4 and 75. RGB value is (187,164,117). Sum of RGB (Red+Green+Blue) = 187+164+117=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA475 is #445B8A. Grayscale: #A5A5A5. Windows color (decimal): -4479883 or 7709883. OLE color: 7709883.

HSL color Cylindrical-coordinate representation of color #BBA475: hue angle of 40.29º 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 #BBA475 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 117 -
CMYK 0 0.12 0.37 0.27
HSL 40.29º 0.34% 0.6% -
HSV(B) 40.29º 0.37% 0.73% -
XYZ 36.98 38.4 22.29 -
YUV 165.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 187 164 117 0 0.12 0.37 0.27 40.29 0.34 0.6
Hex BB A4 75 0 C 25 1B 28 22 3C
Octal 273 244 165 0 14 45 33 50 42 74
Binary 10111011 10100100 1110101 0 1100 100101 11011 101000 100010 111100

Color Harmonies of #BBA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA475

Black with #BBA475

Text Example


Text Example

White with #BBA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA475; }

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

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

background-color css

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

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

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

border-color css

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

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

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