Html Css Color HEX #BD5633 Smoke Tree

📋 copy color: '#BD5633'

red 189 ◦ green 86 ◦ blue 51

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

Shades of Smoke Tree #BD5633

Tints of Smoke Tree #BD5633

RGB

 RED value IS 189 (74.22% from 255) = 57.98%

 GREEN value IS 86 (33.98% from 255) = 26.38%

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 57.98%
G = 26.38%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD5633 (or 0xBD5633) is known color: Smoke Tree. HEX triplet: BD, 56 and 33. RGB value is (189,86,51). Sum of RGB (Red+Green+Blue) = 189+86+51=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5633 is #42A9CC. Grayscale: #717171. Windows color (decimal): -4368845 or 3364541. OLE color: 3364541.

HSL color Cylindrical-coordinate representation of color #BD5633: hue angle of 15.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD5633 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 51 -
CMYK 0 0.54 0.73 0.26
HSL 15.22º 0.58% 0.47% -
HSV(B) 15.22º 0.73% 0.74% -
XYZ 24.91 17.71 5.24 -
YUV 112.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 189 86 51 0 0.54 0.73 0.26 15.22 0.58 0.47
Hex BD 56 33 0 36 49 1A F 3A 2F
Octal 275 126 63 0 66 111 32 17 72 57
Binary 10111101 1010110 110011 0 110110 1001001 11010 1111 111010 101111

Color Harmonies of #BD5633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5633

Black with #BD5633

Text Example


Text Example

White with #BD5633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5633; }

 p { color: rgb(189,86,51); }

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

background-color css

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

 a { background-color: rgb(189,86,51); }

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

border-color css

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

 span { border-color: rgb(189,86,51); }

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