Html Css Color HEX #B06949 Sante Fe

📋 copy color: '#B06949'

red 176 ◦ green 105 ◦ blue 73

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

Shades of Sante Fe #B06949

Tints of Sante Fe #B06949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 49.72%
G = 29.66%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B06949 (or 0xB06949) is known color: Sante Fe. HEX triplet: B0, 69 and 49. RGB value is (176,105,73). Sum of RGB (Red+Green+Blue) = 176+105+73=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06949 is #4F96B6. Grayscale: #7A7A7A. Windows color (decimal): -5215927 or 4811184. OLE color: 4811184.

HSL color Cylindrical-coordinate representation of color #B06949: hue angle of 18.64º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B06949 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 73 -
CMYK 0 0.40 0.59 0.31
HSL 18.64º 0.41% 0.49% -
HSV(B) 18.64º 0.59% 0.69% -
XYZ 24.16 19.81 8.85 -
YUV 122.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 176 105 73 0 0.40 0.59 0.31 18.64 0.41 0.49
Hex B0 69 49 0 28 3B 1F 13 29 31
Octal 260 151 111 0 50 73 37 23 51 61
Binary 10110000 1101001 1001001 0 101000 111011 11111 10011 101001 110001

Color Harmonies of #B06949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06949

Black with #B06949

Text Example


Text Example

White with #B06949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06949; }

 p { color: rgb(176,105,73); }

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

background-color css

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

 a { background-color: rgb(176,105,73); }

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

border-color css

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

 span { border-color: rgb(176,105,73); }

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