Html Css Color HEX #BD5B2A Smoke Tree

📋 copy color: '#BD5B2A'

red 189 ◦ green 91 ◦ blue 42

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

Shades of Smoke Tree #BD5B2A

Tints of Smoke Tree #BD5B2A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 58.7%
G = 28.26%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD5B2A (or 0xBD5B2A) is known color: Smoke Tree. HEX triplet: BD, 5B and 2A. RGB value is (189,91,42). Sum of RGB (Red+Green+Blue) = 189+91+42=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B2A is #42A4D5. Grayscale: #737373. Windows color (decimal): -4367574 or 2775997. OLE color: 2775997.

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

Color convert

RGB 189 91 42 -
CMYK 0 0.52 0.78 0.26
HSL 20º 0.64% 0.45% -
HSV(B) 20º 0.78% 0.74% -
XYZ 25.15 18.47 4.43 -
YUV 114.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 189 91 42 0 0.52 0.78 0.26 20 0.64 0.45
Hex BD 5B 2A 0 34 4E 1A 14 40 2D
Octal 275 133 52 0 64 116 32 24 100 55
Binary 10111101 1011011 101010 0 110100 1001110 11010 10100 1000000 101101

Color Harmonies of #BD5B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B2A

Black with #BD5B2A

Text Example


Text Example

White with #BD5B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B2A; }

 p { color: rgb(189,91,42); }

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

background-color css

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

 a { background-color: rgb(189,91,42); }

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

border-color css

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

 span { border-color: rgb(189,91,42); }

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