Html Css Color HEX #B65A34 Smoke Tree

📋 copy color: '#B65A34'

red 182 ◦ green 90 ◦ blue 52

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

Shades of Smoke Tree #B65A34

Tints of Smoke Tree #B65A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 56.17%
G = 27.78%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B65A34 (or 0xB65A34) is known color: Smoke Tree. HEX triplet: B6, 5A and 34. RGB value is (182,90,52). Sum of RGB (Red+Green+Blue) = 182+90+52=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A34 is #49A5CB. Grayscale: #717171. Windows color (decimal): -4826572 or 3431094. OLE color: 3431094.

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

Color convert

RGB 182 90 52 -
CMYK 0 0.51 0.71 0.29
HSL 17.54º 0.56% 0.46% -
HSV(B) 17.54º 0.71% 0.71% -
XYZ 23.57 17.51 5.39 -
YUV 113.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 182 90 52 0 0.51 0.71 0.29 17.54 0.56 0.46
Hex B6 5A 34 0 33 47 1D 12 38 2E
Octal 266 132 64 0 63 107 35 22 70 56
Binary 10110110 1011010 110100 0 110011 1000111 11101 10010 111000 101110

Color Harmonies of #B65A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A34

Black with #B65A34

Text Example


Text Example

White with #B65A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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