Html Css Color HEX #B66534 Smoke Tree

📋 copy color: '#B66534'

red 182 ◦ green 101 ◦ blue 52

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

Shades of Smoke Tree #B66534

Tints of Smoke Tree #B66534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 54.33%
G = 30.15%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B66534 (or 0xB66534) is known color: Smoke Tree. HEX triplet: B6, 65 and 34. RGB value is (182,101,52). Sum of RGB (Red+Green+Blue) = 182+101+52=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B66534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66534 is #499ACB. Grayscale: #777777. Windows color (decimal): -4823756 or 3433910. OLE color: 3433910.

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

Color convert

RGB 182 101 52 -
CMYK 0 0.45 0.71 0.29
HSL 22.62º 0.56% 0.46% -
HSV(B) 22.62º 0.71% 0.71% -
XYZ 24.56 19.5 5.72 -
YUV 119.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 182 101 52 0 0.45 0.71 0.29 22.62 0.56 0.46
Hex B6 65 34 0 2D 47 1D 17 38 2E
Octal 266 145 64 0 55 107 35 27 70 56
Binary 10110110 1100101 110100 0 101101 1000111 11101 10111 111000 101110

Color Harmonies of #B66534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66534

Black with #B66534

Text Example


Text Example

White with #B66534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66534; }

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

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

background-color css

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

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

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

border-color css

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

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

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