Html Css Color HEX #B07356 Sante Fe

📋 copy color: '#B07356'

red 176 ◦ green 115 ◦ blue 86

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

Shades of Sante Fe #B07356

Tints of Sante Fe #B07356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 46.68%
G = 30.5%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B07356 (or 0xB07356) is known color: Sante Fe. HEX triplet: B0, 73 and 56. RGB value is (176,115,86). Sum of RGB (Red+Green+Blue) = 176+115+86=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B07356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07356 is #4F8CA9. Grayscale: #828282. Windows color (decimal): -5213354 or 5665712. OLE color: 5665712.

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

Color convert

RGB 176 115 86 -
CMYK 0 0.35 0.51 0.31
HSL 19.33º 0.36% 0.51% -
HSV(B) 19.33º 0.51% 0.69% -
XYZ 25.71 22.16 11.73 -
YUV 129.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 176 115 86 0 0.35 0.51 0.31 19.33 0.36 0.51
Hex B0 73 56 0 23 33 1F 13 24 33
Octal 260 163 126 0 43 63 37 23 44 63
Binary 10110000 1110011 1010110 0 100011 110011 11111 10011 100100 110011

Color Harmonies of #B07356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07356

Black with #B07356

Text Example


Text Example

White with #B07356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07356; }

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

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

background-color css

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

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

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

border-color css

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

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

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