Html Css Color HEX #B06251 Sante Fe

📋 copy color: '#B06251'

red 176 ◦ green 98 ◦ blue 81

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

Shades of Sante Fe #B06251

Tints of Sante Fe #B06251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 49.58%
G = 27.61%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B06251 (or 0xB06251) is known color: Sante Fe. HEX triplet: B0, 62 and 51. RGB value is (176,98,81). Sum of RGB (Red+Green+Blue) = 176+98+81=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B06251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06251 is #4F9DAE. Grayscale: #777777. Windows color (decimal): -5217711 or 5333680. OLE color: 5333680.

HSL color Cylindrical-coordinate representation of color #B06251: hue angle of 10.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06251 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 81 -
CMYK 0 0.44 0.54 0.31
HSL 10.74º 0.38% 0.5% -
HSV(B) 10.74º 0.54% 0.69% -
XYZ 23.76 18.56 10.11 -
YUV 119.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 176 98 81 0 0.44 0.54 0.31 10.74 0.38 0.5
Hex B0 62 51 0 2C 36 1F B 26 32
Octal 260 142 121 0 54 66 37 13 46 62
Binary 10110000 1100010 1010001 0 101100 110110 11111 1011 100110 110010

Color Harmonies of #B06251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06251

Black with #B06251

Text Example


Text Example

White with #B06251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06251; }

 p { color: rgb(176,98,81); }

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

background-color css

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

 a { background-color: rgb(176,98,81); }

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

border-color css

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

 span { border-color: rgb(176,98,81); }

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