Html Css Color HEX #BD582C Smoke Tree

📋 copy color: '#BD582C'

red 189 ◦ green 88 ◦ blue 44

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

Shades of Smoke Tree #BD582C

Tints of Smoke Tree #BD582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 58.88%
G = 27.41%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD582C (or 0xBD582C) is known color: Smoke Tree. HEX triplet: BD, 58 and 2C. RGB value is (189,88,44). Sum of RGB (Red+Green+Blue) = 189+88+44=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD582C is #42A7D3. Grayscale: #717171. Windows color (decimal): -4368340 or 2906301. OLE color: 2906301.

HSL color Cylindrical-coordinate representation of color #BD582C: hue angle of 18.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD582C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 88 44 -
CMYK 0 0.53 0.77 0.26
HSL 18.21º 0.62% 0.46% -
HSV(B) 18.21º 0.77% 0.74% -
XYZ 24.93 17.98 4.54 -
YUV 113.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 189 88 44 0 0.53 0.77 0.26 18.21 0.62 0.46
Hex BD 58 2C 0 35 4D 1A 12 3E 2E
Octal 275 130 54 0 65 115 32 22 76 56
Binary 10111101 1011000 101100 0 110101 1001101 11010 10010 111110 101110

Color Harmonies of #BD582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD582C

Black with #BD582C

Text Example


Text Example

White with #BD582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD582C; }

 p { color: rgb(189,88,44); }

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

background-color css

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

 a { background-color: rgb(189,88,44); }

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

border-color css

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

 span { border-color: rgb(189,88,44); }

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