Html Css Color HEX #BD623F Smoke Tree

📋 copy color: '#BD623F'

red 189 ◦ green 98 ◦ blue 63

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

Shades of Smoke Tree #BD623F

Tints of Smoke Tree #BD623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 63 (25% from 255) = 18%

R = 54%
G = 28%
B = 18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD623F (or 0xBD623F) is known color: Smoke Tree. HEX triplet: BD, 62 and 3F. RGB value is (189,98,63). Sum of RGB (Red+Green+Blue) = 189+98+63=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD623F is #429DC0. Grayscale: #797979. Windows color (decimal): -4365761 or 4154045. OLE color: 4154045.

HSL color Cylindrical-coordinate representation of color #BD623F: hue angle of 16.67º degrees, saturation: 0.5, 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 #BD623F is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 63 -
CMYK 0 0.48 0.67 0.26
HSL 16.67º 0.5% 0.49% -
HSV(B) 16.67º 0.67% 0.74% -
XYZ 26.25 19.91 7.16 -
YUV 121.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 189 98 63 0 0.48 0.67 0.26 16.67 0.5 0.49
Hex BD 62 3F 0 30 43 1A 11 32 31
Octal 275 142 77 0 60 103 32 21 62 61
Binary 10111101 1100010 111111 0 110000 1000011 11010 10001 110010 110001

Color Harmonies of #BD623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD623F

Black with #BD623F

Text Example


Text Example

White with #BD623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD623F; }

 p { color: rgb(189,98,63); }

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

background-color css

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

 a { background-color: rgb(189,98,63); }

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

border-color css

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

 span { border-color: rgb(189,98,63); }

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