Html Css Color HEX #B7735C Sante Fe

📋 copy color: '#B7735C'

red 183 ◦ green 115 ◦ blue 92

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

Shades of Sante Fe #B7735C

Tints of Sante Fe #B7735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 46.92%
G = 29.49%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7735C (or 0xB7735C) is known color: Sante Fe. HEX triplet: B7, 73 and 5C. RGB value is (183,115,92). Sum of RGB (Red+Green+Blue) = 183+115+92=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7735C is #488CA3. Grayscale: #848484. Windows color (decimal): -4754596 or 6058935. OLE color: 6058935.

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

Color convert

RGB 183 115 92 -
CMYK 0 0.37 0.50 0.28
HSL 15.16º 0.39% 0.54% -
HSV(B) 15.16º 0.5% 0.72% -
XYZ 27.59 23.1 13.13 -
YUV 132.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 183 115 92 0 0.37 0.50 0.28 15.16 0.39 0.54
Hex B7 73 5C 0 25 32 1C F 27 36
Octal 267 163 134 0 45 62 34 17 47 66
Binary 10110111 1110011 1011100 0 100101 110010 11100 1111 100111 110110

Color Harmonies of #B7735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7735C

Black with #B7735C

Text Example


Text Example

White with #B7735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7735C; }

 p { color: rgb(183,115,92); }

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

background-color css

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

 a { background-color: rgb(183,115,92); }

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

border-color css

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

 span { border-color: rgb(183,115,92); }

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