Html Css Color HEX #B66334 Smoke Tree

📋 copy color: '#B66334'

red 182 ◦ green 99 ◦ blue 52

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

Shades of Smoke Tree #B66334

Tints of Smoke Tree #B66334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 54.65%
G = 29.73%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B66334 (or 0xB66334) is known color: Smoke Tree. HEX triplet: B6, 63 and 34. RGB value is (182,99,52). Sum of RGB (Red+Green+Blue) = 182+99+52=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B66334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66334 is #499CCB. Grayscale: #767676. Windows color (decimal): -4824268 or 3433398. OLE color: 3433398.

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

Color convert

RGB 182 99 52 -
CMYK 0 0.46 0.71 0.29
HSL 21.69º 0.56% 0.46% -
HSV(B) 21.69º 0.71% 0.71% -
XYZ 24.37 19.12 5.65 -
YUV 118.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 182 99 52 0 0.46 0.71 0.29 21.69 0.56 0.46
Hex B6 63 34 0 2E 47 1D 16 38 2E
Octal 266 143 64 0 56 107 35 26 70 56
Binary 10110110 1100011 110100 0 101110 1000111 11101 10110 111000 101110

Color Harmonies of #B66334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66334

Black with #B66334

Text Example


Text Example

White with #B66334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66334; }

 p { color: rgb(182,99,52); }

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

background-color css

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

 a { background-color: rgb(182,99,52); }

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

border-color css

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

 span { border-color: rgb(182,99,52); }

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