Html Css Color HEX #B7755C Sante Fe

📋 copy color: '#B7755C'

red 183 ◦ green 117 ◦ blue 92

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

Shades of Sante Fe #B7755C

Tints of Sante Fe #B7755C

RGB

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

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

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

R = 46.68%
G = 29.85%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7755C (or 0xB7755C) is known color: Sante Fe. HEX triplet: B7, 75 and 5C. RGB value is (183,117,92). Sum of RGB (Red+Green+Blue) = 183+117+92=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7755C is #488AA3. Grayscale: #868686. Windows color (decimal): -4754084 or 6059447. OLE color: 6059447.

HSL color Cylindrical-coordinate representation of color #B7755C: hue angle of 16.48º 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 #B7755C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 92 -
CMYK 0 0.36 0.50 0.28
HSL 16.48º 0.39% 0.54% -
HSV(B) 16.48º 0.5% 0.72% -
XYZ 27.82 23.56 13.21 -
YUV 133.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 183 117 92 0 0.36 0.50 0.28 16.48 0.39 0.54
Hex B7 75 5C 0 24 32 1C 10 27 36
Octal 267 165 134 0 44 62 34 20 47 66
Binary 10110111 1110101 1011100 0 100100 110010 11100 10000 100111 110110

Color Harmonies of #B7755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7755C

Black with #B7755C

Text Example


Text Example

White with #B7755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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