Html Css Color HEX #B4704B Sante Fe

📋 copy color: '#B4704B'

red 180 ◦ green 112 ◦ blue 75

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

Shades of Sante Fe #B4704B

Tints of Sante Fe #B4704B

RGB

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

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

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

R = 49.05%
G = 30.52%
B = 20.44%

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

#B4704B (or 0xB4704B) is known color: Sante Fe. HEX triplet: B4, 70 and 4B. RGB value is (180,112,75). Sum of RGB (Red+Green+Blue) = 180+112+75=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4704B is #4B8FB4. Grayscale: #808080. Windows color (decimal): -4951989 or 4944052. OLE color: 4944052.

HSL color Cylindrical-coordinate representation of color #B4704B: hue angle of 21.14º 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 #B4704B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 75 -
CMYK 0 0.38 0.58 0.29
HSL 21.14º 0.41% 0.5% -
HSV(B) 21.14º 0.58% 0.71% -
XYZ 25.89 21.8 9.5 -
YUV 128.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 180 112 75 0 0.38 0.58 0.29 21.14 0.41 0.5
Hex B4 70 4B 0 26 3A 1D 15 29 32
Octal 264 160 113 0 46 72 35 25 51 62
Binary 10110100 1110000 1001011 0 100110 111010 11101 10101 101001 110010

Color Harmonies of #B4704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4704B

Black with #B4704B

Text Example


Text Example

White with #B4704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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