Html Css Color HEX #BD673F Smoke Tree

📋 copy color: '#BD673F'

red 189 ◦ green 103 ◦ blue 63

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

Shades of Smoke Tree #BD673F

Tints of Smoke Tree #BD673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 53.24%
G = 29.01%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD673F (or 0xBD673F) is known color: Smoke Tree. HEX triplet: BD, 67 and 3F. RGB value is (189,103,63). Sum of RGB (Red+Green+Blue) = 189+103+63=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD673F is #4298C0. Grayscale: #7C7C7C. Windows color (decimal): -4364481 or 4155325. OLE color: 4155325.

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

Color convert

RGB 189 103 63 -
CMYK 0 0.46 0.67 0.26
HSL 19.05º 0.5% 0.49% -
HSV(B) 19.05º 0.67% 0.74% -
XYZ 26.73 20.88 7.32 -
YUV 124.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 189 103 63 0 0.46 0.67 0.26 19.05 0.5 0.49
Hex BD 67 3F 0 2E 43 1A 13 32 31
Octal 275 147 77 0 56 103 32 23 62 61
Binary 10111101 1100111 111111 0 101110 1000011 11010 10011 110010 110001

Color Harmonies of #BD673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD673F

Black with #BD673F

Text Example


Text Example

White with #BD673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD673F; }

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

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

background-color css

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

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

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

border-color css

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

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

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