Html Css Color HEX #B07555 Sante Fe

📋 copy color: '#B07555'

red 176 ◦ green 117 ◦ blue 85

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

Shades of Sante Fe #B07555

Tints of Sante Fe #B07555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 46.56%
G = 30.95%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07555 (or 0xB07555) is known color: Sante Fe. HEX triplet: B0, 75 and 55. RGB value is (176,117,85). Sum of RGB (Red+Green+Blue) = 176+117+85=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07555 is #4F8AAA. Grayscale: #838383. Windows color (decimal): -5212843 or 5600688. OLE color: 5600688.

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

Color convert

RGB 176 117 85 -
CMYK 0 0.34 0.52 0.31
HSL 21.1º 0.37% 0.51% -
HSV(B) 21.1º 0.52% 0.69% -
XYZ 25.91 22.61 11.59 -
YUV 130.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 176 117 85 0 0.34 0.52 0.31 21.1 0.37 0.51
Hex B0 75 55 0 22 34 1F 15 25 33
Octal 260 165 125 0 42 64 37 25 45 63
Binary 10110000 1110101 1010101 0 100010 110100 11111 10101 100101 110011

Color Harmonies of #B07555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07555

Black with #B07555

Text Example


Text Example

White with #B07555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07555; }

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

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

background-color css

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

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

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

border-color css

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

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

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