Html Css Color HEX #B0725D Sante Fe

📋 copy color: '#B0725D'

red 176 ◦ green 114 ◦ blue 93

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

Shades of Sante Fe #B0725D

Tints of Sante Fe #B0725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 45.95%
G = 29.77%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0725D (or 0xB0725D) is known color: Sante Fe. HEX triplet: B0, 72 and 5D. RGB value is (176,114,93). Sum of RGB (Red+Green+Blue) = 176+114+93=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0725D is #4F8DA2. Grayscale: #828282. Windows color (decimal): -5213603 or 6124208. OLE color: 6124208.

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

Color convert

RGB 176 114 93 -
CMYK 0 0.35 0.47 0.31
HSL 15.18º 0.34% 0.53% -
HSV(B) 15.18º 0.47% 0.69% -
XYZ 25.9 22.06 13.25 -
YUV 130.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 176 114 93 0 0.35 0.47 0.31 15.18 0.34 0.53
Hex B0 72 5D 0 23 2F 1F F 22 35
Octal 260 162 135 0 43 57 37 17 42 65
Binary 10110000 1110010 1011101 0 100011 101111 11111 1111 100010 110101

Color Harmonies of #B0725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0725D

Black with #B0725D

Text Example


Text Example

White with #B0725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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