Html Css Color HEX #BBA574 Fallow

📋 copy color: '#BBA574'

red 187 ◦ green 165 ◦ blue 116

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

Shades of Fallow #BBA574

Tints of Fallow #BBA574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 39.96%
G = 35.26%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBA574 (or 0xBBA574) is known color: Fallow. HEX triplet: BB, A5 and 74. RGB value is (187,165,116). Sum of RGB (Red+Green+Blue) = 187+165+116=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA574 is #445A8B. Grayscale: #A6A6A6. Windows color (decimal): -4479628 or 7644603. OLE color: 7644603.

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

Color convert

RGB 187 165 116 -
CMYK 0 0.12 0.38 0.27
HSL 41.41º 0.34% 0.59% -
HSV(B) 41.41º 0.38% 0.73% -
XYZ 37.1 38.74 22.04 -
YUV 165.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 187 165 116 0 0.12 0.38 0.27 41.41 0.34 0.59
Hex BB A5 74 0 C 26 1B 29 22 3B
Octal 273 245 164 0 14 46 33 51 42 73
Binary 10111011 10100101 1110100 0 1100 100110 11011 101001 100010 111011

Color Harmonies of #BBA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA574

Black with #BBA574

Text Example


Text Example

White with #BBA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA574; }

 p { color: rgb(187,165,116); }

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

background-color css

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

 a { background-color: rgb(187,165,116); }

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

border-color css

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

 span { border-color: rgb(187,165,116); }

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