Html Css Color HEX #B9683A Smoke Tree

📋 copy color: '#B9683A'

red 185 ◦ green 104 ◦ blue 58

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

Shades of Smoke Tree #B9683A

Tints of Smoke Tree #B9683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 53.31%
G = 29.97%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9683A (or 0xB9683A) is known color: Smoke Tree. HEX triplet: B9, 68 and 3A. RGB value is (185,104,58). Sum of RGB (Red+Green+Blue) = 185+104+58=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9683A is #4697C5. Grayscale: #7B7B7B. Windows color (decimal): -4626374 or 3827897. OLE color: 3827897.

HSL color Cylindrical-coordinate representation of color #B9683A: hue angle of 21.73º 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 #B9683A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 58 -
CMYK 0 0.44 0.69 0.27
HSL 21.73º 0.52% 0.48% -
HSV(B) 21.73º 0.69% 0.73% -
XYZ 25.72 20.52 6.61 -
YUV 122.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 185 104 58 0 0.44 0.69 0.27 21.73 0.52 0.48
Hex B9 68 3A 0 2C 45 1B 16 34 30
Octal 271 150 72 0 54 105 33 26 64 60
Binary 10111001 1101000 111010 0 101100 1000101 11011 10110 110100 110000

Color Harmonies of #B9683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9683A

Black with #B9683A

Text Example


Text Example

White with #B9683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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