Html Css Color HEX #B5704C Sante Fe

📋 copy color: '#B5704C'

red 181 ◦ green 112 ◦ blue 76

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

Shades of Sante Fe #B5704C

Tints of Sante Fe #B5704C

RGB

 RED value IS 181 (71.09% from 255) = 49.05%

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

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 49.05%
G = 30.35%
B = 20.6%

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

#B5704C (or 0xB5704C) is known color: Sante Fe. HEX triplet: B5, 70 and 4C. RGB value is (181,112,76). Sum of RGB (Red+Green+Blue) = 181+112+76=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5704C is #4A8FB3. Grayscale: #808080. Windows color (decimal): -4886452 or 5009589. OLE color: 5009589.

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

Color convert

RGB 181 112 76 -
CMYK 0 0.38 0.58 0.29
HSL 20.57º 0.42% 0.5% -
HSV(B) 20.57º 0.58% 0.71% -
XYZ 26.15 21.93 9.69 -
YUV 128.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 181 112 76 0 0.38 0.58 0.29 20.57 0.42 0.5
Hex B5 70 4C 0 26 3A 1D 15 2A 32
Octal 265 160 114 0 46 72 35 25 52 62
Binary 10110101 1110000 1001100 0 100110 111010 11101 10101 101010 110010

Color Harmonies of #B5704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5704C

Black with #B5704C

Text Example


Text Example

White with #B5704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5704C; }

 p { color: rgb(181,112,76); }

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

background-color css

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

 a { background-color: rgb(181,112,76); }

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

border-color css

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

 span { border-color: rgb(181,112,76); }

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