Html Css Color HEX #B07155 Sante Fe

📋 copy color: '#B07155'

red 176 ◦ green 113 ◦ blue 85

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

Shades of Sante Fe #B07155

Tints of Sante Fe #B07155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 47.06%
G = 30.21%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07155 (or 0xB07155) is known color: Sante Fe. HEX triplet: B0, 71 and 55. RGB value is (176,113,85). Sum of RGB (Red+Green+Blue) = 176+113+85=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B07155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07155 is #4F8EAA. Grayscale: #808080. Windows color (decimal): -5213867 or 5599664. OLE color: 5599664.

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

Color convert

RGB 176 113 85 -
CMYK 0 0.36 0.52 0.31
HSL 18.46º 0.37% 0.51% -
HSV(B) 18.46º 0.52% 0.69% -
XYZ 25.45 21.7 11.44 -
YUV 128.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 176 113 85 0 0.36 0.52 0.31 18.46 0.37 0.51
Hex B0 71 55 0 24 34 1F 12 25 33
Octal 260 161 125 0 44 64 37 22 45 63
Binary 10110000 1110001 1010101 0 100100 110100 11111 10010 100101 110011

Color Harmonies of #B07155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07155

Black with #B07155

Text Example


Text Example

White with #B07155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07155; }

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

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

background-color css

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

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

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

border-color css

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

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

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