Html Css Color HEX #B66752 Sante Fe

📋 copy color: '#B66752'

red 182 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #B66752

Tints of Sante Fe #B66752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

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

R = 49.59%
G = 28.07%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B66752 (or 0xB66752) is known color: Sante Fe. HEX triplet: B6, 67 and 52. RGB value is (182,103,82). Sum of RGB (Red+Green+Blue) = 182+103+82=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B66752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66752 is #4998AD. Grayscale: #7C7C7C. Windows color (decimal): -4823214 or 5400502. OLE color: 5400502.

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

Color convert

RGB 182 103 82 -
CMYK 0 0.43 0.55 0.29
HSL 12.6º 0.41% 0.52% -
HSV(B) 12.6º 0.55% 0.71% -
XYZ 25.66 20.25 10.54 -
YUV 124.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 182 103 82 0 0.43 0.55 0.29 12.6 0.41 0.52
Hex B6 67 52 0 2B 37 1D D 29 34
Octal 266 147 122 0 53 67 35 15 51 64
Binary 10110110 1100111 1010010 0 101011 110111 11101 1101 101001 110100

Color Harmonies of #B66752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66752

Black with #B66752

Text Example


Text Example

White with #B66752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66752; }

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

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

background-color css

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

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

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

border-color css

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

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

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