#bd9654

Color #BD9654 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BD9654

Tints of Twine #BD9654

Color information

#BD9654 (or 0xBD9654) is unknown color: approx Twine. HEX triplet: BD, 96 and 54. RGB value is (189,150,84). Sum of RGB (Red+Green+Blue) = 189+150+84=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9654 is #4269AB. Grayscale: #9A9A9A. Windows color (decimal): -4352428 or 5543613. OLE color: 5543613.

HSL color Cylindrical-coordinate representation of color #BD9654: hue angle of 37.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD9654 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18915084-
CMYK00.210.560.26
HSL37.71º44.3%53.53%-
HSV(B)37.71º55.56%74.12%-
XYZ33.4933.2713.04-
YUV154.1488.42152.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=44.68%
G=35.46%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891508400.210.560.2637.7144.353.53
HexBD9654015381A262c36
Octal2752261240257032465466
Binary1011110110010110101010001010111100011010100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd9654; }

 p { color: rgb(189,150,84); }

 H1.HeaderClassName
 {
   color: #bd9654;
 }
 .AnyTagClassName
 {
   color: #bd9654;
 }
</style>
background-color css

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

 a { background-color: rgb(189,150,84); }

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

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

 span { border-color: rgb(189,150,84); }

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