Html Css Color HEX #B65C3A Smoke Tree

📋 copy color: '#B65C3A'

red 182 ◦ green 92 ◦ blue 58

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

Shades of Smoke Tree #B65C3A

Tints of Smoke Tree #B65C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 54.82%
G = 27.71%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B65C3A (or 0xB65C3A) is known color: Smoke Tree. HEX triplet: B6, 5C and 3A. RGB value is (182,92,58). Sum of RGB (Red+Green+Blue) = 182+92+58=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C3A is #49A3C5. Grayscale: #737373. Windows color (decimal): -4826054 or 3824822. OLE color: 3824822.

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

Color convert

RGB 182 92 58 -
CMYK 0 0.49 0.68 0.29
HSL 16.45º 0.52% 0.47% -
HSV(B) 16.45º 0.68% 0.71% -
XYZ 23.88 17.9 6.2 -
YUV 115.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 182 92 58 0 0.49 0.68 0.29 16.45 0.52 0.47
Hex B6 5C 3A 0 31 44 1D 10 34 2F
Octal 266 134 72 0 61 104 35 20 64 57
Binary 10110110 1011100 111010 0 110001 1000100 11101 10000 110100 101111

Color Harmonies of #B65C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C3A

Black with #B65C3A

Text Example


Text Example

White with #B65C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C3A; }

 p { color: rgb(182,92,58); }

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

background-color css

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

 a { background-color: rgb(182,92,58); }

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

border-color css

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

 span { border-color: rgb(182,92,58); }

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