Html Css Color HEX #B46F4B Sante Fe

📋 copy color: '#B46F4B'

red 180 ◦ green 111 ◦ blue 75

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

Shades of Sante Fe #B46F4B

Tints of Sante Fe #B46F4B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 49.18%
G = 30.33%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B46F4B (or 0xB46F4B) is known color: Sante Fe. HEX triplet: B4, 6F and 4B. RGB value is (180,111,75). Sum of RGB (Red+Green+Blue) = 180+111+75=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F4B is #4B90B4. Grayscale: #7F7F7F. Windows color (decimal): -4952245 or 4943796. OLE color: 4943796.

HSL color Cylindrical-coordinate representation of color #B46F4B: hue angle of 20.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B46F4B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 111 75 -
CMYK 0 0.38 0.58 0.29
HSL 20.57º 0.41% 0.5% -
HSV(B) 20.57º 0.58% 0.71% -
XYZ 25.78 21.58 9.46 -
YUV 127.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 180 111 75 0 0.38 0.58 0.29 20.57 0.41 0.5
Hex B4 6F 4B 0 26 3A 1D 15 29 32
Octal 264 157 113 0 46 72 35 25 51 62
Binary 10110100 1101111 1001011 0 100110 111010 11101 10101 101001 110010

Color Harmonies of #B46F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F4B

Black with #B46F4B

Text Example


Text Example

White with #B46F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F4B; }

 p { color: rgb(180,111,75); }

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

background-color css

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

 a { background-color: rgb(180,111,75); }

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

border-color css

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

 span { border-color: rgb(180,111,75); }

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