Html Css Color HEX #B0724E Sante Fe

📋 copy color: '#B0724E'

red 176 ◦ green 114 ◦ blue 78

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

Shades of Sante Fe #B0724E

Tints of Sante Fe #B0724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 47.83%
G = 30.98%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0724E (or 0xB0724E) is known color: Sante Fe. HEX triplet: B0, 72 and 4E. RGB value is (176,114,78). Sum of RGB (Red+Green+Blue) = 176+114+78=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0724E is #4F8DB1. Grayscale: #808080. Windows color (decimal): -5213618 or 5141168. OLE color: 5141168.

HSL color Cylindrical-coordinate representation of color #B0724E: hue angle of 22.04º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0724E is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 78 -
CMYK 0 0.35 0.56 0.31
HSL 22.04º 0.39% 0.5% -
HSV(B) 22.04º 0.56% 0.69% -
XYZ 25.3 21.81 10.09 -
YUV 128.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 176 114 78 0 0.35 0.56 0.31 22.04 0.39 0.5
Hex B0 72 4E 0 23 38 1F 16 27 32
Octal 260 162 116 0 43 70 37 26 47 62
Binary 10110000 1110010 1001110 0 100011 111000 11111 10110 100111 110010

Color Harmonies of #B0724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0724E

Black with #B0724E

Text Example


Text Example

White with #B0724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0724E; }

 p { color: rgb(176,114,78); }

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

background-color css

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

 a { background-color: rgb(176,114,78); }

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

border-color css

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

 span { border-color: rgb(176,114,78); }

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