Html Css Color HEX #B5694E Sante Fe

📋 copy color: '#B5694E'

red 181 ◦ green 105 ◦ blue 78

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

Shades of Sante Fe #B5694E

Tints of Sante Fe #B5694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 49.73%
G = 28.85%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5694E (or 0xB5694E) is known color: Sante Fe. HEX triplet: B5, 69 and 4E. RGB value is (181,105,78). Sum of RGB (Red+Green+Blue) = 181+105+78=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5694E is #4A96B1. Grayscale: #7C7C7C. Windows color (decimal): -4888242 or 5138869. OLE color: 5138869.

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

Color convert

RGB 181 105 78 -
CMYK 0 0.42 0.57 0.29
HSL 15.73º 0.41% 0.51% -
HSV(B) 15.73º 0.57% 0.71% -
XYZ 25.48 20.48 9.82 -
YUV 124.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 181 105 78 0 0.42 0.57 0.29 15.73 0.41 0.51
Hex B5 69 4E 0 2A 39 1D 10 29 33
Octal 265 151 116 0 52 71 35 20 51 63
Binary 10110101 1101001 1001110 0 101010 111001 11101 10000 101001 110011

Color Harmonies of #B5694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5694E

Black with #B5694E

Text Example


Text Example

White with #B5694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5694E; }

 p { color: rgb(181,105,78); }

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

background-color css

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

 a { background-color: rgb(181,105,78); }

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

border-color css

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

 span { border-color: rgb(181,105,78); }

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