Html Css Color HEX #B9653A Smoke Tree

📋 copy color: '#B9653A'

red 185 ◦ green 101 ◦ blue 58

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

Shades of Smoke Tree #B9653A

Tints of Smoke Tree #B9653A

RGB

 RED value IS 185 (72.66% from 255) = 53.78%

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

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

R = 53.78%
G = 29.36%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9653A (or 0xB9653A) is known color: Smoke Tree. HEX triplet: B9, 65 and 3A. RGB value is (185,101,58). Sum of RGB (Red+Green+Blue) = 185+101+58=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9653A is #469AC5. Grayscale: #797979. Windows color (decimal): -4627142 or 3827129. OLE color: 3827129.

HSL color Cylindrical-coordinate representation of color #B9653A: hue angle of 20.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9653A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 58 -
CMYK 0 0.45 0.69 0.27
HSL 20.31º 0.52% 0.48% -
HSV(B) 20.31º 0.69% 0.73% -
XYZ 25.42 19.93 6.51 -
YUV 121.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 185 101 58 0 0.45 0.69 0.27 20.31 0.52 0.48
Hex B9 65 3A 0 2D 45 1B 14 34 30
Octal 271 145 72 0 55 105 33 24 64 60
Binary 10111001 1100101 111010 0 101101 1000101 11011 10100 110100 110000

Color Harmonies of #B9653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9653A

Black with #B9653A

Text Example


Text Example

White with #B9653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9653A; }

 p { color: rgb(185,101,58); }

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

background-color css

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

 a { background-color: rgb(185,101,58); }

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

border-color css

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

 span { border-color: rgb(185,101,58); }

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