Html Css Color HEX #BD5A2D Smoke Tree

📋 copy color: '#BD5A2D'

red 189 ◦ green 90 ◦ blue 45

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

Shades of Smoke Tree #BD5A2D

Tints of Smoke Tree #BD5A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 58.33%
G = 27.78%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD5A2D (or 0xBD5A2D) is known color: Smoke Tree. HEX triplet: BD, 5A and 2D. RGB value is (189,90,45). Sum of RGB (Red+Green+Blue) = 189+90+45=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A2D is #42A5D2. Grayscale: #727272. Windows color (decimal): -4367827 or 2972349. OLE color: 2972349.

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

Color convert

RGB 189 90 45 -
CMYK 0 0.52 0.76 0.26
HSL 18.75º 0.62% 0.46% -
HSV(B) 18.75º 0.76% 0.74% -
XYZ 25.12 18.32 4.7 -
YUV 114.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 189 90 45 0 0.52 0.76 0.26 18.75 0.62 0.46
Hex BD 5A 2D 0 34 4C 1A 13 3E 2E
Octal 275 132 55 0 64 114 32 23 76 56
Binary 10111101 1011010 101101 0 110100 1001100 11010 10011 111110 101110

Color Harmonies of #BD5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A2D

Black with #BD5A2D

Text Example


Text Example

White with #BD5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A2D; }

 p { color: rgb(189,90,45); }

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

background-color css

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

 a { background-color: rgb(189,90,45); }

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

border-color css

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

 span { border-color: rgb(189,90,45); }

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