Html Css Color HEX #B67352 Sante Fe

📋 copy color: '#B67352'

red 182 ◦ green 115 ◦ blue 82

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

Shades of Sante Fe #B67352

Tints of Sante Fe #B67352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 48.02%
G = 30.34%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B67352 (or 0xB67352) is known color: Sante Fe. HEX triplet: B6, 73 and 52. RGB value is (182,115,82). Sum of RGB (Red+Green+Blue) = 182+115+82=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B67352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67352 is #498CAD. Grayscale: #838383. Windows color (decimal): -4820142 or 5403574. OLE color: 5403574.

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

Color convert

RGB 182 115 82 -
CMYK 0 0.37 0.55 0.29
HSL 19.8º 0.41% 0.52% -
HSV(B) 19.8º 0.55% 0.71% -
XYZ 26.95 22.82 10.97 -
YUV 131.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 182 115 82 0 0.37 0.55 0.29 19.8 0.41 0.52
Hex B6 73 52 0 25 37 1D 14 29 34
Octal 266 163 122 0 45 67 35 24 51 64
Binary 10110110 1110011 1010010 0 100101 110111 11101 10100 101001 110100

Color Harmonies of #B67352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67352

Black with #B67352

Text Example


Text Example

White with #B67352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67352; }

 p { color: rgb(182,115,82); }

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

background-color css

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

 a { background-color: rgb(182,115,82); }

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

border-color css

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

 span { border-color: rgb(182,115,82); }

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