Html Css Color HEX #B07553 Sante Fe

📋 copy color: '#B07553'

red 176 ◦ green 117 ◦ blue 83

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

Shades of Sante Fe #B07553

Tints of Sante Fe #B07553

RGB

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

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

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

R = 46.81%
G = 31.12%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07553 (or 0xB07553) is known color: Sante Fe. HEX triplet: B0, 75 and 53. RGB value is (176,117,83). Sum of RGB (Red+Green+Blue) = 176+117+83=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07553 is #4F8AAC. Grayscale: #828282. Windows color (decimal): -5212845 or 5469616. OLE color: 5469616.

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

Color convert

RGB 176 117 83 -
CMYK 0 0.34 0.53 0.31
HSL 21.94º 0.37% 0.51% -
HSV(B) 21.94º 0.53% 0.69% -
XYZ 25.83 22.58 11.18 -
YUV 130.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 176 117 83 0 0.34 0.53 0.31 21.94 0.37 0.51
Hex B0 75 53 0 22 35 1F 16 25 33
Octal 260 165 123 0 42 65 37 26 45 63
Binary 10110000 1110101 1010011 0 100010 110101 11111 10110 100101 110011

Color Harmonies of #B07553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07553

Black with #B07553

Text Example


Text Example

White with #B07553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07553; }

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

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

background-color css

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

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

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

border-color css

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

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

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