Html Css Color HEX #BD623C Smoke Tree

📋 copy color: '#BD623C'

red 189 ◦ green 98 ◦ blue 60

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

Shades of Smoke Tree #BD623C

Tints of Smoke Tree #BD623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 54.47%
G = 28.24%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD623C (or 0xBD623C) is known color: Smoke Tree. HEX triplet: BD, 62 and 3C. RGB value is (189,98,60). Sum of RGB (Red+Green+Blue) = 189+98+60=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD623C is #429DC3. Grayscale: #797979. Windows color (decimal): -4365764 or 3957437. OLE color: 3957437.

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

Color convert

RGB 189 98 60 -
CMYK 0 0.48 0.68 0.26
HSL 17.67º 0.52% 0.49% -
HSV(B) 17.67º 0.68% 0.74% -
XYZ 26.17 19.88 6.73 -
YUV 120.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 189 98 60 0 0.48 0.68 0.26 17.67 0.52 0.49
Hex BD 62 3C 0 30 44 1A 12 34 31
Octal 275 142 74 0 60 104 32 22 64 61
Binary 10111101 1100010 111100 0 110000 1000100 11010 10010 110100 110001

Color Harmonies of #BD623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD623C

Black with #BD623C

Text Example


Text Example

White with #BD623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD623C; }

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

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

background-color css

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

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

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

border-color css

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

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

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