Html Css Color HEX #B2755D Sante Fe

📋 copy color: '#B2755D'

red 178 ◦ green 117 ◦ blue 93

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

Shades of Sante Fe #B2755D

Tints of Sante Fe #B2755D

RGB

 RED value IS 178 (69.92% from 255) = 45.88%

 GREEN value IS 117 (46.09% from 255) = 30.15%

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 45.88%
G = 30.15%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2755D (or 0xB2755D) is known color: Sante Fe. HEX triplet: B2, 75 and 5D. RGB value is (178,117,93). Sum of RGB (Red+Green+Blue) = 178+117+93=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2755D is #4D8AA2. Grayscale: #848484. Windows color (decimal): -5081763 or 6124978. OLE color: 6124978.

HSL color Cylindrical-coordinate representation of color #B2755D: hue angle of 16.94º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2755D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 93 -
CMYK 0 0.34 0.48 0.30
HSL 16.94º 0.36% 0.53% -
HSV(B) 16.94º 0.48% 0.7% -
XYZ 26.7 22.98 13.38 -
YUV 132.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 178 117 93 0 0.34 0.48 0.30 16.94 0.36 0.53
Hex B2 75 5D 0 22 30 1E 11 24 35
Octal 262 165 135 0 42 60 36 21 44 65
Binary 10110010 1110101 1011101 0 100010 110000 11110 10001 100100 110101

Color Harmonies of #B2755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2755D

Black with #B2755D

Text Example


Text Example

White with #B2755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2755D; }

 p { color: rgb(178,117,93); }

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

background-color css

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

 a { background-color: rgb(178,117,93); }

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

border-color css

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

 span { border-color: rgb(178,117,93); }

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