Html Css Color HEX #B7705A Sante Fe

📋 copy color: '#B7705A'

red 183 ◦ green 112 ◦ blue 90

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

Shades of Sante Fe #B7705A

Tints of Sante Fe #B7705A

RGB

 RED value IS 183 (71.88% from 255) = 47.53%

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

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 47.53%
G = 29.09%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7705A (or 0xB7705A) is known color: Sante Fe. HEX triplet: B7, 70 and 5A. RGB value is (183,112,90). Sum of RGB (Red+Green+Blue) = 183+112+90=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7705A is #488FA5. Grayscale: #828282. Windows color (decimal): -4755366 or 5927095. OLE color: 5927095.

HSL color Cylindrical-coordinate representation of color #B7705A: hue angle of 14.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7705A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 90 -
CMYK 0 0.39 0.51 0.28
HSL 14.19º 0.39% 0.54% -
HSV(B) 14.19º 0.51% 0.72% -
XYZ 27.17 22.39 12.56 -
YUV 130.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 183 112 90 0 0.39 0.51 0.28 14.19 0.39 0.54
Hex B7 70 5A 0 27 33 1C E 27 36
Octal 267 160 132 0 47 63 34 16 47 66
Binary 10110111 1110000 1011010 0 100111 110011 11100 1110 100111 110110

Color Harmonies of #B7705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7705A

Black with #B7705A

Text Example


Text Example

White with #B7705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7705A; }

 p { color: rgb(183,112,90); }

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

background-color css

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

 a { background-color: rgb(183,112,90); }

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

border-color css

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

 span { border-color: rgb(183,112,90); }

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