Html Css Color HEX #BD6434 Smoke Tree

📋 copy color: '#BD6434'

red 189 ◦ green 100 ◦ blue 52

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

Shades of Smoke Tree #BD6434

Tints of Smoke Tree #BD6434

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 55.43%
G = 29.33%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD6434 (or 0xBD6434) is known color: Smoke Tree. HEX triplet: BD, 64 and 34. RGB value is (189,100,52). Sum of RGB (Red+Green+Blue) = 189+100+52=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6434 is #429BCB. Grayscale: #797979. Windows color (decimal): -4365260 or 3433661. OLE color: 3433661.

HSL color Cylindrical-coordinate representation of color #BD6434: hue angle of 21.02º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD6434 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 52 -
CMYK 0 0.47 0.72 0.26
HSL 21.02º 0.57% 0.47% -
HSV(B) 21.02º 0.72% 0.74% -
XYZ 26.16 20.18 5.77 -
YUV 121.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 189 100 52 0 0.47 0.72 0.26 21.02 0.57 0.47
Hex BD 64 34 0 2F 48 1A 15 39 2F
Octal 275 144 64 0 57 110 32 25 71 57
Binary 10111101 1100100 110100 0 101111 1001000 11010 10101 111001 101111

Color Harmonies of #BD6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6434

Black with #BD6434

Text Example


Text Example

White with #BD6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6434; }

 p { color: rgb(189,100,52); }

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

background-color css

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

 a { background-color: rgb(189,100,52); }

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

border-color css

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

 span { border-color: rgb(189,100,52); }

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