Html Css Color HEX #B66D54 Sante Fe

📋 copy color: '#B66D54'

red 182 ◦ green 109 ◦ blue 84

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

Shades of Sante Fe #B66D54

Tints of Sante Fe #B66D54

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 48.53%
G = 29.07%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B66D54 (or 0xB66D54) is known color: Sante Fe. HEX triplet: B6, 6D and 54. RGB value is (182,109,84). Sum of RGB (Red+Green+Blue) = 182+109+84=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D54 is #4992AB. Grayscale: #808080. Windows color (decimal): -4821676 or 5533110. OLE color: 5533110.

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

Color convert

RGB 182 109 84 -
CMYK 0 0.40 0.54 0.29
HSL 15.31º 0.4% 0.52% -
HSV(B) 15.31º 0.54% 0.71% -
XYZ 26.36 21.52 11.15 -
YUV 127.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 182 109 84 0 0.40 0.54 0.29 15.31 0.4 0.52
Hex B6 6D 54 0 28 36 1D F 28 34
Octal 266 155 124 0 50 66 35 17 50 64
Binary 10110110 1101101 1010100 0 101000 110110 11101 1111 101000 110100

Color Harmonies of #B66D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D54

Black with #B66D54

Text Example


Text Example

White with #B66D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D54; }

 p { color: rgb(182,109,84); }

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

background-color css

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

 a { background-color: rgb(182,109,84); }

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

border-color css

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

 span { border-color: rgb(182,109,84); }

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