Html Css Color HEX #BD613E Smoke Tree

📋 copy color: '#BD613E'

red 189 ◦ green 97 ◦ blue 62

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

Shades of Smoke Tree #BD613E

Tints of Smoke Tree #BD613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 54.31%
G = 27.87%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD613E (or 0xBD613E) is known color: Smoke Tree. HEX triplet: BD, 61 and 3E. RGB value is (189,97,62). Sum of RGB (Red+Green+Blue) = 189+97+62=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD613E is #429EC1. Grayscale: #787878. Windows color (decimal): -4366018 or 4088253. OLE color: 4088253.

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

Color convert

RGB 189 97 62 -
CMYK 0 0.49 0.67 0.26
HSL 16.54º 0.51% 0.49% -
HSV(B) 16.54º 0.67% 0.74% -
XYZ 26.13 19.72 6.99 -
YUV 120.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 189 97 62 0 0.49 0.67 0.26 16.54 0.51 0.49
Hex BD 61 3E 0 31 43 1A 11 33 31
Octal 275 141 76 0 61 103 32 21 63 61
Binary 10111101 1100001 111110 0 110001 1000011 11010 10001 110011 110001

Color Harmonies of #BD613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD613E

Black with #BD613E

Text Example


Text Example

White with #BD613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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