Html Css Color HEX #BD673B Smoke Tree

📋 copy color: '#BD673B'

red 189 ◦ green 103 ◦ blue 59

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

Shades of Smoke Tree #BD673B

Tints of Smoke Tree #BD673B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 53.85%
G = 29.34%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD673B (or 0xBD673B) is known color: Smoke Tree. HEX triplet: BD, 67 and 3B. RGB value is (189,103,59). Sum of RGB (Red+Green+Blue) = 189+103+59=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD673B is #4298C4. Grayscale: #7B7B7B. Windows color (decimal): -4364485 or 3893181. OLE color: 3893181.

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

Color convert

RGB 189 103 59 -
CMYK 0 0.46 0.69 0.26
HSL 20.31º 0.52% 0.49% -
HSV(B) 20.31º 0.69% 0.74% -
XYZ 26.63 20.84 6.76 -
YUV 123.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 189 103 59 0 0.46 0.69 0.26 20.31 0.52 0.49
Hex BD 67 3B 0 2E 45 1A 14 34 31
Octal 275 147 73 0 56 105 32 24 64 61
Binary 10111101 1100111 111011 0 101110 1000101 11010 10100 110100 110001

Color Harmonies of #BD673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD673B

Black with #BD673B

Text Example


Text Example

White with #BD673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD673B; }

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

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

background-color css

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

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

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

border-color css

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

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

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