Html Css Color HEX #B07359 Sante Fe

📋 copy color: '#B07359'

red 176 ◦ green 115 ◦ blue 89

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

Shades of Sante Fe #B07359

Tints of Sante Fe #B07359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 46.32%
G = 30.26%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B07359 (or 0xB07359) is known color: Sante Fe. HEX triplet: B0, 73 and 59. RGB value is (176,115,89). Sum of RGB (Red+Green+Blue) = 176+115+89=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07359 is #4F8CA6. Grayscale: #828282. Windows color (decimal): -5213351 or 5862320. OLE color: 5862320.

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

Color convert

RGB 176 115 89 -
CMYK 0 0.35 0.49 0.31
HSL 17.93º 0.36% 0.52% -
HSV(B) 17.93º 0.49% 0.69% -
XYZ 25.84 22.21 12.38 -
YUV 130.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 176 115 89 0 0.35 0.49 0.31 17.93 0.36 0.52
Hex B0 73 59 0 23 31 1F 12 24 34
Octal 260 163 131 0 43 61 37 22 44 64
Binary 10110000 1110011 1011001 0 100011 110001 11111 10010 100100 110100

Color Harmonies of #B07359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07359

Black with #B07359

Text Example


Text Example

White with #B07359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07359; }

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

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

background-color css

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

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

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

border-color css

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

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

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