Html Css Color HEX #B0725C Sante Fe

📋 copy color: '#B0725C'

red 176 ◦ green 114 ◦ blue 92

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

Shades of Sante Fe #B0725C

Tints of Sante Fe #B0725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 46.07%
G = 29.84%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0725C (or 0xB0725C) is known color: Sante Fe. HEX triplet: B0, 72 and 5C. RGB value is (176,114,92). Sum of RGB (Red+Green+Blue) = 176+114+92=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0725C is #4F8DA3. Grayscale: #828282. Windows color (decimal): -5213604 or 6058672. OLE color: 6058672.

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

Color convert

RGB 176 114 92 -
CMYK 0 0.35 0.48 0.31
HSL 15.71º 0.35% 0.53% -
HSV(B) 15.71º 0.48% 0.69% -
XYZ 25.85 22.04 13.02 -
YUV 130.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 176 114 92 0 0.35 0.48 0.31 15.71 0.35 0.53
Hex B0 72 5C 0 23 30 1F 10 23 35
Octal 260 162 134 0 43 60 37 20 43 65
Binary 10110000 1110010 1011100 0 100011 110000 11111 10000 100011 110101

Color Harmonies of #B0725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0725C

Black with #B0725C

Text Example


Text Example

White with #B0725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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