Html Css Color HEX #B77051 Sante Fe

📋 copy color: '#B77051'

red 183 ◦ green 112 ◦ blue 81

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

Shades of Sante Fe #B77051

Tints of Sante Fe #B77051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 48.67%
G = 29.79%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B77051 (or 0xB77051) is known color: Sante Fe. HEX triplet: B7, 70 and 51. RGB value is (183,112,81). Sum of RGB (Red+Green+Blue) = 183+112+81=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B77051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77051 is #488FAE. Grayscale: #818181. Windows color (decimal): -4755375 or 5337271. OLE color: 5337271.

HSL color Cylindrical-coordinate representation of color #B77051: hue angle of 18.24º degrees, saturation: 0.41, 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 #B77051 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 81 -
CMYK 0 0.39 0.56 0.28
HSL 18.24º 0.41% 0.52% -
HSV(B) 18.24º 0.56% 0.72% -
XYZ 26.81 22.25 10.67 -
YUV 129.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 183 112 81 0 0.39 0.56 0.28 18.24 0.41 0.52
Hex B7 70 51 0 27 38 1C 12 29 34
Octal 267 160 121 0 47 70 34 22 51 64
Binary 10110111 1110000 1010001 0 100111 111000 11100 10010 101001 110100

Color Harmonies of #B77051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77051

Black with #B77051

Text Example


Text Example

White with #B77051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77051; }

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

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

background-color css

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

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

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

border-color css

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

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

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