Html Css Color HEX #B06953 Sante Fe

📋 copy color: '#B06953'

red 176 ◦ green 105 ◦ blue 83

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

Shades of Sante Fe #B06953

Tints of Sante Fe #B06953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 48.35%
G = 28.85%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B06953 (or 0xB06953) is known color: Sante Fe. HEX triplet: B0, 69 and 53. RGB value is (176,105,83). Sum of RGB (Red+Green+Blue) = 176+105+83=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B06953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06953 is #4F96AC. Grayscale: #7B7B7B. Windows color (decimal): -5215917 or 5466544. OLE color: 5466544.

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

Color convert

RGB 176 105 83 -
CMYK 0 0.40 0.53 0.31
HSL 14.19º 0.37% 0.51% -
HSV(B) 14.19º 0.53% 0.69% -
XYZ 24.52 19.96 10.74 -
YUV 123.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 176 105 83 0 0.40 0.53 0.31 14.19 0.37 0.51
Hex B0 69 53 0 28 35 1F E 25 33
Octal 260 151 123 0 50 65 37 16 45 63
Binary 10110000 1101001 1010011 0 101000 110101 11111 1110 100101 110011

Color Harmonies of #B06953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06953

Black with #B06953

Text Example


Text Example

White with #B06953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06953; }

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

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

background-color css

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

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

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

border-color css

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

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

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