Html Css Color HEX #BD5830 Smoke Tree

📋 copy color: '#BD5830'

red 189 ◦ green 88 ◦ blue 48

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

Shades of Smoke Tree #BD5830

Tints of Smoke Tree #BD5830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 58.15%
G = 27.08%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD5830 (or 0xBD5830) is known color: Smoke Tree. HEX triplet: BD, 58 and 30. RGB value is (189,88,48). Sum of RGB (Red+Green+Blue) = 189+88+48=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5830 is #42A7CF. Grayscale: #717171. Windows color (decimal): -4368336 or 3168445. OLE color: 3168445.

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

Color convert

RGB 189 88 48 -
CMYK 0 0.53 0.75 0.26
HSL 17.02º 0.59% 0.46% -
HSV(B) 17.02º 0.75% 0.74% -
XYZ 25.01 18.01 4.95 -
YUV 113.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 189 88 48 0 0.53 0.75 0.26 17.02 0.59 0.46
Hex BD 58 30 0 35 4B 1A 11 3B 2E
Octal 275 130 60 0 65 113 32 21 73 56
Binary 10111101 1011000 110000 0 110101 1001011 11010 10001 111011 101110

Color Harmonies of #BD5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5830

Black with #BD5830

Text Example


Text Example

White with #BD5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5830; }

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

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

background-color css

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

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

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

border-color css

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

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

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