Html Css Color HEX #BD6130 Smoke Tree

📋 copy color: '#BD6130'

red 189 ◦ green 97 ◦ blue 48

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

Shades of Smoke Tree #BD6130

Tints of Smoke Tree #BD6130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 56.59%
G = 29.04%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD6130 (or 0xBD6130) is known color: Smoke Tree. HEX triplet: BD, 61 and 30. RGB value is (189,97,48). Sum of RGB (Red+Green+Blue) = 189+97+48=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6130 is #429ECF. Grayscale: #777777. Windows color (decimal): -4366032 or 3170749. OLE color: 3170749.

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

Color convert

RGB 189 97 48 -
CMYK 0 0.49 0.75 0.26
HSL 20.85º 0.59% 0.46% -
HSV(B) 20.85º 0.75% 0.74% -
XYZ 25.79 19.58 5.22 -
YUV 118.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 189 97 48 0 0.49 0.75 0.26 20.85 0.59 0.46
Hex BD 61 30 0 31 4B 1A 15 3B 2E
Octal 275 141 60 0 61 113 32 25 73 56
Binary 10111101 1100001 110000 0 110001 1001011 11010 10101 111011 101110

Color Harmonies of #BD6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6130

Black with #BD6130

Text Example


Text Example

White with #BD6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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