Html Css Color HEX #BD673C Smoke Tree

📋 copy color: '#BD673C'

red 189 ◦ green 103 ◦ blue 60

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

Shades of Smoke Tree #BD673C

Tints of Smoke Tree #BD673C

RGB

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

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

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

R = 53.69%
G = 29.26%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD673C (or 0xBD673C) is known color: Smoke Tree. HEX triplet: BD, 67 and 3C. RGB value is (189,103,60). Sum of RGB (Red+Green+Blue) = 189+103+60=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD673C is #4298C3. Grayscale: #7C7C7C. Windows color (decimal): -4364484 or 3958717. OLE color: 3958717.

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

Color convert

RGB 189 103 60 -
CMYK 0 0.46 0.68 0.26
HSL 20º 0.52% 0.49% -
HSV(B) 20º 0.68% 0.74% -
XYZ 26.65 20.85 6.89 -
YUV 123.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 189 103 60 0 0.46 0.68 0.26 20 0.52 0.49
Hex BD 67 3C 0 2E 44 1A 14 34 31
Octal 275 147 74 0 56 104 32 24 64 61
Binary 10111101 1100111 111100 0 101110 1000100 11010 10100 110100 110001

Color Harmonies of #BD673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD673C

Black with #BD673C

Text Example


Text Example

White with #BD673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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