Html Css Color HEX #B07552 Sante Fe

📋 copy color: '#B07552'

red 176 ◦ green 117 ◦ blue 82

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

Shades of Sante Fe #B07552

Tints of Sante Fe #B07552

RGB

 RED value IS 176 (69.14% from 255) = 46.93%

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 46.93%
G = 31.2%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07552 (or 0xB07552) is known color: Sante Fe. HEX triplet: B0, 75 and 52. RGB value is (176,117,82). Sum of RGB (Red+Green+Blue) = 176+117+82=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B07552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07552 is #4F8AAD. Grayscale: #828282. Windows color (decimal): -5212846 or 5404080. OLE color: 5404080.

HSL color Cylindrical-coordinate representation of color #B07552: hue angle of 22.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B07552 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 82 -
CMYK 0 0.34 0.53 0.31
HSL 22.34º 0.37% 0.51% -
HSV(B) 22.34º 0.53% 0.69% -
XYZ 25.79 22.56 10.98 -
YUV 130.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 176 117 82 0 0.34 0.53 0.31 22.34 0.37 0.51
Hex B0 75 52 0 22 35 1F 16 25 33
Octal 260 165 122 0 42 65 37 26 45 63
Binary 10110000 1110101 1010010 0 100010 110101 11111 10110 100101 110011

Color Harmonies of #B07552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07552

Black with #B07552

Text Example


Text Example

White with #B07552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07552; }

 p { color: rgb(176,117,82); }

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

background-color css

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

 a { background-color: rgb(176,117,82); }

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

border-color css

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

 span { border-color: rgb(176,117,82); }

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