Html Css Color HEX #BD582B Smoke Tree

📋 copy color: '#BD582B'

red 189 ◦ green 88 ◦ blue 43

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

Shades of Smoke Tree #BD582B

Tints of Smoke Tree #BD582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 59.06%
G = 27.5%
B = 13.44%

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

#BD582B (or 0xBD582B) is known color: Smoke Tree. HEX triplet: BD, 58 and 2B. RGB value is (189,88,43). Sum of RGB (Red+Green+Blue) = 189+88+43=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD582B is #42A7D4. Grayscale: #717171. Windows color (decimal): -4368341 or 2840765. OLE color: 2840765.

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

Color convert

RGB 189 88 43 -
CMYK 0 0.53 0.77 0.26
HSL 18.49º 0.63% 0.45% -
HSV(B) 18.49º 0.77% 0.74% -
XYZ 24.91 17.97 4.44 -
YUV 113.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 189 88 43 0 0.53 0.77 0.26 18.49 0.63 0.45
Hex BD 58 2B 0 35 4D 1A 12 3F 2D
Octal 275 130 53 0 65 115 32 22 77 55
Binary 10111101 1011000 101011 0 110101 1001101 11010 10010 111111 101101

Color Harmonies of #BD582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD582B

Black with #BD582B

Text Example


Text Example

White with #BD582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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