Html Css Color HEX #B07352 Sante Fe

📋 copy color: '#B07352'

red 176 ◦ green 115 ◦ blue 82

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

Shades of Sante Fe #B07352

Tints of Sante Fe #B07352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 47.18%
G = 30.83%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07352 (or 0xB07352) is known color: Sante Fe. HEX triplet: B0, 73 and 52. RGB value is (176,115,82). Sum of RGB (Red+Green+Blue) = 176+115+82=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B07352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07352 is #4F8CAD. Grayscale: #818181. Windows color (decimal): -5213358 or 5403568. OLE color: 5403568.

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

Color convert

RGB 176 115 82 -
CMYK 0 0.35 0.53 0.31
HSL 21.06º 0.37% 0.51% -
HSV(B) 21.06º 0.53% 0.69% -
XYZ 25.56 22.1 10.9 -
YUV 129.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 176 115 82 0 0.35 0.53 0.31 21.06 0.37 0.51
Hex B0 73 52 0 23 35 1F 15 25 33
Octal 260 163 122 0 43 65 37 25 45 63
Binary 10110000 1110011 1010010 0 100011 110101 11111 10101 100101 110011

Color Harmonies of #B07352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07352

Black with #B07352

Text Example


Text Example

White with #B07352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07352; }

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

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

background-color css

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

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

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

border-color css

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

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

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