Html Css Color HEX #BD623A Smoke Tree

📋 copy color: '#BD623A'

red 189 ◦ green 98 ◦ blue 58

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

Shades of Smoke Tree #BD623A

Tints of Smoke Tree #BD623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 54.78%
G = 28.41%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD623A (or 0xBD623A) is known color: Smoke Tree. HEX triplet: BD, 62 and 3A. RGB value is (189,98,58). Sum of RGB (Red+Green+Blue) = 189+98+58=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD623A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD623A is #429DC5. Grayscale: #787878. Windows color (decimal): -4365766 or 3826365. OLE color: 3826365.

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

Color convert

RGB 189 98 58 -
CMYK 0 0.48 0.69 0.26
HSL 18.32º 0.53% 0.48% -
HSV(B) 18.32º 0.69% 0.74% -
XYZ 26.12 19.86 6.46 -
YUV 120.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 189 98 58 0 0.48 0.69 0.26 18.32 0.53 0.48
Hex BD 62 3A 0 30 45 1A 12 35 30
Octal 275 142 72 0 60 105 32 22 65 60
Binary 10111101 1100010 111010 0 110000 1000101 11010 10010 110101 110000

Color Harmonies of #BD623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD623A

Black with #BD623A

Text Example


Text Example

White with #BD623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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