Html Css Color HEX #B66330 Smoke Tree

📋 copy color: '#B66330'

red 182 ◦ green 99 ◦ blue 48

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

Shades of Smoke Tree #B66330

Tints of Smoke Tree #B66330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 55.32%
G = 30.09%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B66330 (or 0xB66330) is known color: Smoke Tree. HEX triplet: B6, 63 and 30. RGB value is (182,99,48). Sum of RGB (Red+Green+Blue) = 182+99+48=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B66330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66330 is #499CCF. Grayscale: #767676. Windows color (decimal): -4824272 or 3171254. OLE color: 3171254.

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

Color convert

RGB 182 99 48 -
CMYK 0 0.46 0.74 0.29
HSL 22.84º 0.58% 0.45% -
HSV(B) 22.84º 0.74% 0.71% -
XYZ 24.29 19.08 5.2 -
YUV 118 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 182 99 48 0 0.46 0.74 0.29 22.84 0.58 0.45
Hex B6 63 30 0 2E 4A 1D 17 3A 2D
Octal 266 143 60 0 56 112 35 27 72 55
Binary 10110110 1100011 110000 0 101110 1001010 11101 10111 111010 101101

Color Harmonies of #B66330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66330

Black with #B66330

Text Example


Text Example

White with #B66330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66330; }

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

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

background-color css

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

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

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

border-color css

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

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

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