Html Css Color HEX #B06450 Sante Fe

📋 copy color: '#B06450'

red 176 ◦ green 100 ◦ blue 80

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

Shades of Sante Fe #B06450

Tints of Sante Fe #B06450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 49.44%
G = 28.09%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B06450 (or 0xB06450) is known color: Sante Fe. HEX triplet: B0, 64 and 50. RGB value is (176,100,80). Sum of RGB (Red+Green+Blue) = 176+100+80=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B06450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06450 is #4F9BAF. Grayscale: #787878. Windows color (decimal): -5217200 or 5268656. OLE color: 5268656.

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

Color convert

RGB 176 100 80 -
CMYK 0 0.43 0.55 0.31
HSL 12.5º 0.38% 0.5% -
HSV(B) 12.5º 0.55% 0.69% -
XYZ 23.91 18.92 9.98 -
YUV 120.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 176 100 80 0 0.43 0.55 0.31 12.5 0.38 0.5
Hex B0 64 50 0 2B 37 1F C 26 32
Octal 260 144 120 0 53 67 37 14 46 62
Binary 10110000 1100100 1010000 0 101011 110111 11111 1100 100110 110010

Color Harmonies of #B06450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06450

Black with #B06450

Text Example


Text Example

White with #B06450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06450; }

 p { color: rgb(176,100,80); }

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

background-color css

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

 a { background-color: rgb(176,100,80); }

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

border-color css

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

 span { border-color: rgb(176,100,80); }

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