Html Css Color HEX #B4705A Sante Fe

📋 copy color: '#B4705A'

red 180 ◦ green 112 ◦ blue 90

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

Shades of Sante Fe #B4705A

Tints of Sante Fe #B4705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 47.12%
G = 29.32%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4705A (or 0xB4705A) is known color: Sante Fe. HEX triplet: B4, 70 and 5A. RGB value is (180,112,90). Sum of RGB (Red+Green+Blue) = 180+112+90=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4705A is #4B8FA5. Grayscale: #818181. Windows color (decimal): -4951974 or 5927092. OLE color: 5927092.

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

Color convert

RGB 180 112 90 -
CMYK 0 0.38 0.50 0.29
HSL 14.67º 0.38% 0.53% -
HSV(B) 14.67º 0.5% 0.71% -
XYZ 26.46 22.03 12.53 -
YUV 129.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 180 112 90 0 0.38 0.50 0.29 14.67 0.38 0.53
Hex B4 70 5A 0 26 32 1D F 26 35
Octal 264 160 132 0 46 62 35 17 46 65
Binary 10110100 1110000 1011010 0 100110 110010 11101 1111 100110 110101

Color Harmonies of #B4705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4705A

Black with #B4705A

Text Example


Text Example

White with #B4705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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