Html Css Color HEX #B07355 Sante Fe

📋 copy color: '#B07355'

red 176 ◦ green 115 ◦ blue 85

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

Shades of Sante Fe #B07355

Tints of Sante Fe #B07355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 46.81%
G = 30.59%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07355 (or 0xB07355) is known color: Sante Fe. HEX triplet: B0, 73 and 55. RGB value is (176,115,85). Sum of RGB (Red+Green+Blue) = 176+115+85=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07355 is #4F8CAA. Grayscale: #828282. Windows color (decimal): -5213355 or 5600176. OLE color: 5600176.

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

Color convert

RGB 176 115 85 -
CMYK 0 0.35 0.52 0.31
HSL 19.78º 0.37% 0.51% -
HSV(B) 19.78º 0.52% 0.69% -
XYZ 25.67 22.15 11.52 -
YUV 129.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 176 115 85 0 0.35 0.52 0.31 19.78 0.37 0.51
Hex B0 73 55 0 23 34 1F 14 25 33
Octal 260 163 125 0 43 64 37 24 45 63
Binary 10110000 1110011 1010101 0 100011 110100 11111 10100 100101 110011

Color Harmonies of #B07355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07355

Black with #B07355

Text Example


Text Example

White with #B07355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07355; }

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

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

background-color css

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

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

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

border-color css

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

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

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