Html Css Color HEX #B36D4B Sante Fe

📋 copy color: '#B36D4B'

red 179 ◦ green 109 ◦ blue 75

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

Shades of Sante Fe #B36D4B

Tints of Sante Fe #B36D4B

RGB

 RED value IS 179 (70.31% from 255) = 49.31%

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 49.31%
G = 30.03%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B36D4B (or 0xB36D4B) is known color: Sante Fe. HEX triplet: B3, 6D and 4B. RGB value is (179,109,75). Sum of RGB (Red+Green+Blue) = 179+109+75=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D4B is #4C92B4. Grayscale: #7E7E7E. Windows color (decimal): -5018293 or 4943283. OLE color: 4943283.

HSL color Cylindrical-coordinate representation of color #B36D4B: hue angle of 19.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B36D4B is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 109 75 -
CMYK 0 0.39 0.58 0.30
HSL 19.62º 0.41% 0.5% -
HSV(B) 19.62º 0.58% 0.7% -
XYZ 25.33 21.03 9.38 -
YUV 126.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 179 109 75 0 0.39 0.58 0.30 19.62 0.41 0.5
Hex B3 6D 4B 0 27 3A 1E 14 29 32
Octal 263 155 113 0 47 72 36 24 51 62
Binary 10110011 1101101 1001011 0 100111 111010 11110 10100 101001 110010

Color Harmonies of #B36D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D4B

Black with #B36D4B

Text Example


Text Example

White with #B36D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D4B; }

 p { color: rgb(179,109,75); }

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

background-color css

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

 a { background-color: rgb(179,109,75); }

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

border-color css

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

 span { border-color: rgb(179,109,75); }

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