Html Css Color HEX #B06D4C Sante Fe

📋 copy color: '#B06D4C'

red 176 ◦ green 109 ◦ blue 76

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

Shades of Sante Fe #B06D4C

Tints of Sante Fe #B06D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 48.75%
G = 30.19%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B06D4C (or 0xB06D4C) is known color: Sante Fe. HEX triplet: B0, 6D and 4C. RGB value is (176,109,76). Sum of RGB (Red+Green+Blue) = 176+109+76=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D4C is #4F92B3. Grayscale: #7D7D7D. Windows color (decimal): -5214900 or 5008816. OLE color: 5008816.

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

Color convert

RGB 176 109 76 -
CMYK 0 0.38 0.57 0.31
HSL 19.8º 0.4% 0.49% -
HSV(B) 19.8º 0.57% 0.69% -
XYZ 24.68 20.69 9.53 -
YUV 125.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 176 109 76 0 0.38 0.57 0.31 19.8 0.4 0.49
Hex B0 6D 4C 0 26 39 1F 14 28 31
Octal 260 155 114 0 46 71 37 24 50 61
Binary 10110000 1101101 1001100 0 100110 111001 11111 10100 101000 110001

Color Harmonies of #B06D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D4C

Black with #B06D4C

Text Example


Text Example

White with #B06D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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