Html Css Color HEX #B07053 Sante Fe

📋 copy color: '#B07053'

red 176 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #B07053

Tints of Sante Fe #B07053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 47.44%
G = 30.19%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07053 (or 0xB07053) is known color: Sante Fe. HEX triplet: B0, 70 and 53. RGB value is (176,112,83). Sum of RGB (Red+Green+Blue) = 176+112+83=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B07053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07053 is #4F8FAC. Grayscale: #808080. Windows color (decimal): -5214125 or 5468336. OLE color: 5468336.

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

Color convert

RGB 176 112 83 -
CMYK 0 0.36 0.53 0.31
HSL 18.71º 0.37% 0.51% -
HSV(B) 18.71º 0.53% 0.69% -
XYZ 25.26 21.44 10.99 -
YUV 127.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 176 112 83 0 0.36 0.53 0.31 18.71 0.37 0.51
Hex B0 70 53 0 24 35 1F 13 25 33
Octal 260 160 123 0 44 65 37 23 45 63
Binary 10110000 1110000 1010011 0 100100 110101 11111 10011 100101 110011

Color Harmonies of #B07053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07053

Black with #B07053

Text Example


Text Example

White with #B07053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07053; }

 p { color: rgb(176,112,83); }

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

background-color css

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

 a { background-color: rgb(176,112,83); }

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

border-color css

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

 span { border-color: rgb(176,112,83); }

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