Html Css Color HEX #B06F5C Sante Fe

📋 copy color: '#B06F5C'

red 176 ◦ green 111 ◦ blue 92

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

Shades of Sante Fe #B06F5C

Tints of Sante Fe #B06F5C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

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

R = 46.44%
G = 29.29%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B06F5C (or 0xB06F5C) is known color: Sante Fe. HEX triplet: B0, 6F and 5C. RGB value is (176,111,92). Sum of RGB (Red+Green+Blue) = 176+111+92=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5C is #4F90A3. Grayscale: #808080. Windows color (decimal): -5214372 or 6057904. OLE color: 6057904.

HSL color Cylindrical-coordinate representation of color #B06F5C: hue angle of 13.57º 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 #B06F5C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 92 -
CMYK 0 0.37 0.48 0.31
HSL 13.57º 0.35% 0.53% -
HSV(B) 13.57º 0.48% 0.69% -
XYZ 25.52 21.37 12.91 -
YUV 128.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 176 111 92 0 0.37 0.48 0.31 13.57 0.35 0.53
Hex B0 6F 5C 0 25 30 1F E 23 35
Octal 260 157 134 0 45 60 37 16 43 65
Binary 10110000 1101111 1011100 0 100101 110000 11111 1110 100011 110101

Color Harmonies of #B06F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F5C

Black with #B06F5C

Text Example


Text Example

White with #B06F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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