Html Css Color HEX #B5684D Sante Fe

📋 copy color: '#B5684D'

red 181 ◦ green 104 ◦ blue 77

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

Shades of Sante Fe #B5684D

Tints of Sante Fe #B5684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 50%
G = 28.73%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5684D (or 0xB5684D) is known color: Sante Fe. HEX triplet: B5, 68 and 4D. RGB value is (181,104,77). Sum of RGB (Red+Green+Blue) = 181+104+77=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5684D is #4A97B2. Grayscale: #7C7C7C. Windows color (decimal): -4888499 or 5073077. OLE color: 5073077.

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

Color convert

RGB 181 104 77 -
CMYK 0 0.43 0.57 0.29
HSL 15.58º 0.41% 0.51% -
HSV(B) 15.58º 0.57% 0.71% -
XYZ 25.35 20.26 9.6 -
YUV 123.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 181 104 77 0 0.43 0.57 0.29 15.58 0.41 0.51
Hex B5 68 4D 0 2B 39 1D 10 29 33
Octal 265 150 115 0 53 71 35 20 51 63
Binary 10110101 1101000 1001101 0 101011 111001 11101 10000 101001 110011

Color Harmonies of #B5684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5684D

Black with #B5684D

Text Example


Text Example

White with #B5684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5684D; }

 p { color: rgb(181,104,77); }

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

background-color css

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

 a { background-color: rgb(181,104,77); }

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

border-color css

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

 span { border-color: rgb(181,104,77); }

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