Html Css Color HEX #BD613B Smoke Tree

📋 copy color: '#BD613B'

red 189 ◦ green 97 ◦ blue 59

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

Shades of Smoke Tree #BD613B

Tints of Smoke Tree #BD613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 54.78%
G = 28.12%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD613B (or 0xBD613B) is known color: Smoke Tree. HEX triplet: BD, 61 and 3B. RGB value is (189,97,59). Sum of RGB (Red+Green+Blue) = 189+97+59=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD613B is #429EC4. Grayscale: #787878. Windows color (decimal): -4366021 or 3891645. OLE color: 3891645.

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

Color convert

RGB 189 97 59 -
CMYK 0 0.49 0.69 0.26
HSL 17.54º 0.52% 0.49% -
HSV(B) 17.54º 0.69% 0.74% -
XYZ 26.05 19.68 6.56 -
YUV 120.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 189 97 59 0 0.49 0.69 0.26 17.54 0.52 0.49
Hex BD 61 3B 0 31 45 1A 12 34 31
Octal 275 141 73 0 61 105 32 22 64 61
Binary 10111101 1100001 111011 0 110001 1000101 11010 10010 110100 110001

Color Harmonies of #BD613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD613B

Black with #BD613B

Text Example


Text Example

White with #BD613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD613B; }

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

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

background-color css

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

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

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

border-color css

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

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

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