Html Css Color HEX #B2744D Sante Fe

📋 copy color: '#B2744D'

red 178 ◦ green 116 ◦ blue 77

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

Shades of Sante Fe #B2744D

Tints of Sante Fe #B2744D

RGB

 RED value IS 178 (69.92% from 255) = 47.98%

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 47.98%
G = 31.27%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2744D (or 0xB2744D) is known color: Sante Fe. HEX triplet: B2, 74 and 4D. RGB value is (178,116,77). Sum of RGB (Red+Green+Blue) = 178+116+77=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2744D is #4D8BB2. Grayscale: #828282. Windows color (decimal): -5082035 or 5076146. OLE color: 5076146.

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

Color convert

RGB 178 116 77 -
CMYK 0 0.35 0.57 0.30
HSL 23.17º 0.4% 0.5% -
HSV(B) 23.17º 0.57% 0.7% -
XYZ 25.95 22.49 10 -
YUV 130.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 178 116 77 0 0.35 0.57 0.30 23.17 0.4 0.5
Hex B2 74 4D 0 23 39 1E 17 28 32
Octal 262 164 115 0 43 71 36 27 50 62
Binary 10110010 1110100 1001101 0 100011 111001 11110 10111 101000 110010

Color Harmonies of #B2744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2744D

Black with #B2744D

Text Example


Text Example

White with #B2744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2744D; }

 p { color: rgb(178,116,77); }

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

background-color css

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

 a { background-color: rgb(178,116,77); }

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

border-color css

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

 span { border-color: rgb(178,116,77); }

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