Html Css Color HEX #B07653 Sante Fe

📋 copy color: '#B07653'

red 176 ◦ green 118 ◦ blue 83

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

Shades of Sante Fe #B07653

Tints of Sante Fe #B07653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 46.68%
G = 31.3%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07653 (or 0xB07653) is known color: Sante Fe. HEX triplet: B0, 76 and 53. RGB value is (176,118,83). Sum of RGB (Red+Green+Blue) = 176+118+83=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B07653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07653 is #4F89AC. Grayscale: #838383. Windows color (decimal): -5212589 or 5469872. OLE color: 5469872.

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

Color convert

RGB 176 118 83 -
CMYK 0 0.33 0.53 0.31
HSL 22.58º 0.37% 0.51% -
HSV(B) 22.58º 0.53% 0.69% -
XYZ 25.94 22.81 11.22 -
YUV 131.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 176 118 83 0 0.33 0.53 0.31 22.58 0.37 0.51
Hex B0 76 53 0 21 35 1F 17 25 33
Octal 260 166 123 0 41 65 37 27 45 63
Binary 10110000 1110110 1010011 0 100001 110101 11111 10111 100101 110011

Color Harmonies of #B07653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07653

Black with #B07653

Text Example


Text Example

White with #B07653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07653; }

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

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

background-color css

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

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

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

border-color css

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

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

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