Html Css Color HEX #BD603C Smoke Tree

📋 copy color: '#BD603C'

red 189 ◦ green 96 ◦ blue 60

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

Shades of Smoke Tree #BD603C

Tints of Smoke Tree #BD603C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 54.78%
G = 27.83%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD603C (or 0xBD603C) is known color: Smoke Tree. HEX triplet: BD, 60 and 3C. RGB value is (189,96,60). Sum of RGB (Red+Green+Blue) = 189+96+60=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD603C is #429FC3. Grayscale: #777777. Windows color (decimal): -4366276 or 3956925. OLE color: 3956925.

HSL color Cylindrical-coordinate representation of color #BD603C: hue angle of 16.74º degrees, saturation: 0.52, 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 #BD603C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 96 60 -
CMYK 0 0.49 0.68 0.26
HSL 16.74º 0.52% 0.49% -
HSV(B) 16.74º 0.68% 0.74% -
XYZ 25.98 19.51 6.67 -
YUV 119.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 189 96 60 0 0.49 0.68 0.26 16.74 0.52 0.49
Hex BD 60 3C 0 31 44 1A 11 34 31
Octal 275 140 74 0 61 104 32 21 64 61
Binary 10111101 1100000 111100 0 110001 1000100 11010 10001 110100 110001

Color Harmonies of #BD603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD603C

Black with #BD603C

Text Example


Text Example

White with #BD603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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