Html Css Color HEX #B0744C Sante Fe

📋 copy color: '#B0744C'

red 176 ◦ green 116 ◦ blue 76

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

Shades of Sante Fe #B0744C

Tints of Sante Fe #B0744C

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 47.83%
G = 31.52%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0744C (or 0xB0744C) is known color: Sante Fe. HEX triplet: B0, 74 and 4C. RGB value is (176,116,76). Sum of RGB (Red+Green+Blue) = 176+116+76=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0744C is #4F8BB3. Grayscale: #818181. Windows color (decimal): -5213108 or 5010608. OLE color: 5010608.

HSL color Cylindrical-coordinate representation of color #B0744C: hue angle of 24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0744C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 76 -
CMYK 0 0.34 0.57 0.31
HSL 24º 0.4% 0.49% -
HSV(B) 24º 0.57% 0.69% -
XYZ 25.45 22.24 9.79 -
YUV 129.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 176 116 76 0 0.34 0.57 0.31 24 0.4 0.49
Hex B0 74 4C 0 22 39 1F 18 28 31
Octal 260 164 114 0 42 71 37 30 50 61
Binary 10110000 1110100 1001100 0 100010 111001 11111 11000 101000 110001

Color Harmonies of #B0744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0744C

Black with #B0744C

Text Example


Text Example

White with #B0744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0744C; }

 p { color: rgb(176,116,76); }

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

background-color css

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

 a { background-color: rgb(176,116,76); }

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

border-color css

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

 span { border-color: rgb(176,116,76); }

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