Html Css Color HEX #BD6033 Smoke Tree

📋 copy color: '#BD6033'

red 189 ◦ green 96 ◦ blue 51

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

Shades of Smoke Tree #BD6033

Tints of Smoke Tree #BD6033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 56.25%
G = 28.57%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD6033 (or 0xBD6033) is known color: Smoke Tree. HEX triplet: BD, 60 and 33. RGB value is (189,96,51). Sum of RGB (Red+Green+Blue) = 189+96+51=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6033 is #429FCC. Grayscale: #767676. Windows color (decimal): -4366285 or 3367101. OLE color: 3367101.

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

Color convert

RGB 189 96 51 -
CMYK 0 0.49 0.73 0.26
HSL 19.57º 0.58% 0.47% -
HSV(B) 19.57º 0.73% 0.74% -
XYZ 25.77 19.42 5.52 -
YUV 118.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 189 96 51 0 0.49 0.73 0.26 19.57 0.58 0.47
Hex BD 60 33 0 31 49 1A 14 3A 2F
Octal 275 140 63 0 61 111 32 24 72 57
Binary 10111101 1100000 110011 0 110001 1001001 11010 10100 111010 101111

Color Harmonies of #BD6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6033

Black with #BD6033

Text Example


Text Example

White with #BD6033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6033; }

 p { color: rgb(189,96,51); }

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

background-color css

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

 a { background-color: rgb(189,96,51); }

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

border-color css

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

 span { border-color: rgb(189,96,51); }

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