Html Css Color HEX #B77450 Sante Fe

📋 copy color: '#B77450'

red 183 ◦ green 116 ◦ blue 80

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

Shades of Sante Fe #B77450

Tints of Sante Fe #B77450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 48.28%
G = 30.61%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B77450 (or 0xB77450) is known color: Sante Fe. HEX triplet: B7, 74 and 50. RGB value is (183,116,80). Sum of RGB (Red+Green+Blue) = 183+116+80=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B77450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77450 is #488BAF. Grayscale: #848484. Windows color (decimal): -4754352 or 5272759. OLE color: 5272759.

HSL color Cylindrical-coordinate representation of color #B77450: hue angle of 20.97º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B77450 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 80 -
CMYK 0 0.37 0.56 0.28
HSL 20.97º 0.42% 0.52% -
HSV(B) 20.97º 0.56% 0.72% -
XYZ 27.22 23.14 10.62 -
YUV 131.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 183 116 80 0 0.37 0.56 0.28 20.97 0.42 0.52
Hex B7 74 50 0 25 38 1C 15 2A 34
Octal 267 164 120 0 45 70 34 25 52 64
Binary 10110111 1110100 1010000 0 100101 111000 11100 10101 101010 110100

Color Harmonies of #B77450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77450

Black with #B77450

Text Example


Text Example

White with #B77450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77450; }

 p { color: rgb(183,116,80); }

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

background-color css

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

 a { background-color: rgb(183,116,80); }

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

border-color css

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

 span { border-color: rgb(183,116,80); }

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