Html Css Color HEX #B67155 Sante Fe

📋 copy color: '#B67155'

red 182 ◦ green 113 ◦ blue 85

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

Shades of Sante Fe #B67155

Tints of Sante Fe #B67155

RGB

 RED value IS 182 (71.48% from 255) = 47.89%

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 47.89%
G = 29.74%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B67155 (or 0xB67155) is known color: Sante Fe. HEX triplet: B6, 71 and 55. RGB value is (182,113,85). Sum of RGB (Red+Green+Blue) = 182+113+85=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B67155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67155 is #498EAA. Grayscale: #828282. Windows color (decimal): -4820651 or 5599670. OLE color: 5599670.

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

Color convert

RGB 182 113 85 -
CMYK 0 0.38 0.53 0.29
HSL 17.32º 0.4% 0.52% -
HSV(B) 17.32º 0.53% 0.71% -
XYZ 26.84 22.41 11.51 -
YUV 130.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 182 113 85 0 0.38 0.53 0.29 17.32 0.4 0.52
Hex B6 71 55 0 26 35 1D 11 28 34
Octal 266 161 125 0 46 65 35 21 50 64
Binary 10110110 1110001 1010101 0 100110 110101 11101 10001 101000 110100

Color Harmonies of #B67155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67155

Black with #B67155

Text Example


Text Example

White with #B67155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67155; }

 p { color: rgb(182,113,85); }

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

background-color css

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

 a { background-color: rgb(182,113,85); }

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

border-color css

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

 span { border-color: rgb(182,113,85); }

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