Html Css Color HEX #B07052 Sante Fe

📋 copy color: '#B07052'

red 176 ◦ green 112 ◦ blue 82

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

Shades of Sante Fe #B07052

Tints of Sante Fe #B07052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 47.57%
G = 30.27%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07052 (or 0xB07052) is known color: Sante Fe. HEX triplet: B0, 70 and 52. RGB value is (176,112,82). Sum of RGB (Red+Green+Blue) = 176+112+82=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B07052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07052 is #4F8FAD. Grayscale: #7F7F7F. Windows color (decimal): -5214126 or 5402800. OLE color: 5402800.

HSL color Cylindrical-coordinate representation of color #B07052: hue angle of 19.15º 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 #B07052 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 82 -
CMYK 0 0.36 0.53 0.31
HSL 19.15º 0.37% 0.51% -
HSV(B) 19.15º 0.53% 0.69% -
XYZ 25.22 21.43 10.79 -
YUV 127.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 176 112 82 0 0.36 0.53 0.31 19.15 0.37 0.51
Hex B0 70 52 0 24 35 1F 13 25 33
Octal 260 160 122 0 44 65 37 23 45 63
Binary 10110000 1110000 1010010 0 100100 110101 11111 10011 100101 110011

Color Harmonies of #B07052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07052

Black with #B07052

Text Example


Text Example

White with #B07052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07052; }

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

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

background-color css

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

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

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

border-color css

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

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

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