Html Css Color HEX #B4705B Sante Fe

📋 copy color: '#B4705B'

red 180 ◦ green 112 ◦ blue 91

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

Shades of Sante Fe #B4705B

Tints of Sante Fe #B4705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 47%
G = 29.24%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4705B (or 0xB4705B) is known color: Sante Fe. HEX triplet: B4, 70 and 5B. RGB value is (180,112,91). Sum of RGB (Red+Green+Blue) = 180+112+91=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4705B is #4B8FA4. Grayscale: #828282. Windows color (decimal): -4951973 or 5992628. OLE color: 5992628.

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

Color convert

RGB 180 112 91 -
CMYK 0 0.38 0.49 0.29
HSL 14.16º 0.37% 0.53% -
HSV(B) 14.16º 0.49% 0.71% -
XYZ 26.5 22.05 12.76 -
YUV 129.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 180 112 91 0 0.38 0.49 0.29 14.16 0.37 0.53
Hex B4 70 5B 0 26 31 1D E 25 35
Octal 264 160 133 0 46 61 35 16 45 65
Binary 10110100 1110000 1011011 0 100110 110001 11101 1110 100101 110101

Color Harmonies of #B4705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4705B

Black with #B4705B

Text Example


Text Example

White with #B4705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4705B; }

 p { color: rgb(180,112,91); }

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

background-color css

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

 a { background-color: rgb(180,112,91); }

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

border-color css

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

 span { border-color: rgb(180,112,91); }

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