Html Css Color HEX #BD613C Smoke Tree

📋 copy color: '#BD613C'

red 189 ◦ green 97 ◦ blue 60

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

Shades of Smoke Tree #BD613C

Tints of Smoke Tree #BD613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 54.62%
G = 28.03%
B = 17.34%

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

#BD613C (or 0xBD613C) is known color: Smoke Tree. HEX triplet: BD, 61 and 3C. RGB value is (189,97,60). Sum of RGB (Red+Green+Blue) = 189+97+60=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD613C is #429EC3. Grayscale: #787878. Windows color (decimal): -4366020 or 3957181. OLE color: 3957181.

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

Color convert

RGB 189 97 60 -
CMYK 0 0.49 0.68 0.26
HSL 17.21º 0.52% 0.49% -
HSV(B) 17.21º 0.68% 0.74% -
XYZ 26.08 19.69 6.7 -
YUV 120.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 189 97 60 0 0.49 0.68 0.26 17.21 0.52 0.49
Hex BD 61 3C 0 31 44 1A 11 34 31
Octal 275 141 74 0 61 104 32 21 64 61
Binary 10111101 1100001 111100 0 110001 1000100 11010 10001 110100 110001

Color Harmonies of #BD613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD613C

Black with #BD613C

Text Example


Text Example

White with #BD613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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