Html Css Color HEX #B07753 Sante Fe

📋 copy color: '#B07753'

red 176 ◦ green 119 ◦ blue 83

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

Shades of Sante Fe #B07753

Tints of Sante Fe #B07753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 46.56%
G = 31.48%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07753 (or 0xB07753) is known color: Sante Fe. HEX triplet: B0, 77 and 53. RGB value is (176,119,83). Sum of RGB (Red+Green+Blue) = 176+119+83=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07753 is #4F88AC. Grayscale: #848484. Windows color (decimal): -5212333 or 5470128. OLE color: 5470128.

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

Color convert

RGB 176 119 83 -
CMYK 0 0.32 0.53 0.31
HSL 23.23º 0.37% 0.51% -
HSV(B) 23.23º 0.53% 0.69% -
XYZ 26.06 23.05 11.26 -
YUV 131.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 176 119 83 0 0.32 0.53 0.31 23.23 0.37 0.51
Hex B0 77 53 0 20 35 1F 17 25 33
Octal 260 167 123 0 40 65 37 27 45 63
Binary 10110000 1110111 1010011 0 100000 110101 11111 10111 100101 110011

Color Harmonies of #B07753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07753

Black with #B07753

Text Example


Text Example

White with #B07753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07753; }

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

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

background-color css

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

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

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

border-color css

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

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

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