Html Css Color HEX #BD5B3D Smoke Tree

📋 copy color: '#BD5B3D'

red 189 ◦ green 91 ◦ blue 61

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

Shades of Smoke Tree #BD5B3D

Tints of Smoke Tree #BD5B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 55.43%
G = 26.69%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD5B3D (or 0xBD5B3D) is known color: Smoke Tree. HEX triplet: BD, 5B and 3D. RGB value is (189,91,61). Sum of RGB (Red+Green+Blue) = 189+91+61=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B3D is #42A4C2. Grayscale: #757575. Windows color (decimal): -4367555 or 4021181. OLE color: 4021181.

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

Color convert

RGB 189 91 61 -
CMYK 0 0.52 0.68 0.26
HSL 14.06º 0.51% 0.49% -
HSV(B) 14.06º 0.68% 0.74% -
XYZ 25.57 18.64 6.66 -
YUV 116.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 189 91 61 0 0.52 0.68 0.26 14.06 0.51 0.49
Hex BD 5B 3D 0 34 44 1A E 33 31
Octal 275 133 75 0 64 104 32 16 63 61
Binary 10111101 1011011 111101 0 110100 1000100 11010 1110 110011 110001

Color Harmonies of #BD5B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B3D

Black with #BD5B3D

Text Example


Text Example

White with #BD5B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B3D; }

 p { color: rgb(189,91,61); }

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

background-color css

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

 a { background-color: rgb(189,91,61); }

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

border-color css

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

 span { border-color: rgb(189,91,61); }

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