Html Css Color HEX #BD663C Smoke Tree

📋 copy color: '#BD663C'

red 189 ◦ green 102 ◦ blue 60

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

Shades of Smoke Tree #BD663C

Tints of Smoke Tree #BD663C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 53.85%
G = 29.06%
B = 17.09%

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

#BD663C (or 0xBD663C) is known color: Smoke Tree. HEX triplet: BD, 66 and 3C. RGB value is (189,102,60). Sum of RGB (Red+Green+Blue) = 189+102+60=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD663C is #4299C3. Grayscale: #7B7B7B. Windows color (decimal): -4364740 or 3958461. OLE color: 3958461.

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

Color convert

RGB 189 102 60 -
CMYK 0 0.46 0.68 0.26
HSL 19.53º 0.52% 0.49% -
HSV(B) 19.53º 0.68% 0.74% -
XYZ 26.55 20.65 6.86 -
YUV 123.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 189 102 60 0 0.46 0.68 0.26 19.53 0.52 0.49
Hex BD 66 3C 0 2E 44 1A 14 34 31
Octal 275 146 74 0 56 104 32 24 64 61
Binary 10111101 1100110 111100 0 101110 1000100 11010 10100 110100 110001

Color Harmonies of #BD663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD663C

Black with #BD663C

Text Example


Text Example

White with #BD663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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