Html Css Color HEX #BD5C2C Smoke Tree

📋 copy color: '#BD5C2C'

red 189 ◦ green 92 ◦ blue 44

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

Shades of Smoke Tree #BD5C2C

Tints of Smoke Tree #BD5C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 58.15%
G = 28.31%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD5C2C (or 0xBD5C2C) is known color: Smoke Tree. HEX triplet: BD, 5C and 2C. RGB value is (189,92,44). Sum of RGB (Red+Green+Blue) = 189+92+44=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C2C is #42A3D3. Grayscale: #737373. Windows color (decimal): -4367316 or 2907325. OLE color: 2907325.

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

Color convert

RGB 189 92 44 -
CMYK 0 0.51 0.77 0.26
HSL 19.86º 0.62% 0.46% -
HSV(B) 19.86º 0.77% 0.74% -
XYZ 25.27 18.65 4.65 -
YUV 115.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 189 92 44 0 0.51 0.77 0.26 19.86 0.62 0.46
Hex BD 5C 2C 0 33 4D 1A 14 3E 2E
Octal 275 134 54 0 63 115 32 24 76 56
Binary 10111101 1011100 101100 0 110011 1001101 11010 10100 111110 101110

Color Harmonies of #BD5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C2C

Black with #BD5C2C

Text Example


Text Example

White with #BD5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C2C; }

 p { color: rgb(189,92,44); }

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

background-color css

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

 a { background-color: rgb(189,92,44); }

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

border-color css

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

 span { border-color: rgb(189,92,44); }

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