Html Css Color HEX #B46752 Sante Fe

📋 copy color: '#B46752'

red 180 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #B46752

Tints of Sante Fe #B46752

RGB

 RED value IS 180 (70.7% from 255) = 49.32%

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 49.32%
G = 28.22%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B46752 (or 0xB46752) is known color: Sante Fe. HEX triplet: B4, 67 and 52. RGB value is (180,103,82). Sum of RGB (Red+Green+Blue) = 180+103+82=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46752 is #4B98AD. Grayscale: #7B7B7B. Windows color (decimal): -4954286 or 5400500. OLE color: 5400500.

HSL color Cylindrical-coordinate representation of color #B46752: hue angle of 12.86º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46752 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 82 -
CMYK 0 0.43 0.54 0.29
HSL 12.86º 0.4% 0.51% -
HSV(B) 12.86º 0.54% 0.71% -
XYZ 25.2 20.01 10.52 -
YUV 123.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 180 103 82 0 0.43 0.54 0.29 12.86 0.4 0.51
Hex B4 67 52 0 2B 36 1D D 28 33
Octal 264 147 122 0 53 66 35 15 50 63
Binary 10110100 1100111 1010010 0 101011 110110 11101 1101 101000 110011

Color Harmonies of #B46752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46752

Black with #B46752

Text Example


Text Example

White with #B46752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46752; }

 p { color: rgb(180,103,82); }

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

background-color css

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

 a { background-color: rgb(180,103,82); }

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

border-color css

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

 span { border-color: rgb(180,103,82); }

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