Html Css Color HEX #B07255 Sante Fe

📋 copy color: '#B07255'

red 176 ◦ green 114 ◦ blue 85

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

Shades of Sante Fe #B07255

Tints of Sante Fe #B07255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 46.93%
G = 30.4%
B = 22.67%

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

#B07255 (or 0xB07255) is known color: Sante Fe. HEX triplet: B0, 72 and 55. RGB value is (176,114,85). Sum of RGB (Red+Green+Blue) = 176+114+85=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B07255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07255 is #4F8DAA. Grayscale: #818181. Windows color (decimal): -5213611 or 5599920. OLE color: 5599920.

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

Color convert

RGB 176 114 85 -
CMYK 0 0.35 0.52 0.31
HSL 19.12º 0.37% 0.51% -
HSV(B) 19.12º 0.52% 0.69% -
XYZ 25.56 21.92 11.48 -
YUV 129.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 176 114 85 0 0.35 0.52 0.31 19.12 0.37 0.51
Hex B0 72 55 0 23 34 1F 13 25 33
Octal 260 162 125 0 43 64 37 23 45 63
Binary 10110000 1110010 1010101 0 100011 110100 11111 10011 100101 110011

Color Harmonies of #B07255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07255

Black with #B07255

Text Example


Text Example

White with #B07255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07255; }

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

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

background-color css

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

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

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

border-color css

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

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

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