#BD9554

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

Shades of Twine #BD9554

Tints of Twine #BD9554

Color information

#BD9554 (or 0xBD9554) is unknown color: approx Twine. HEX triplet: BD, 95 and 54. RGB value is (189,149,84). Sum of RGB (Red+Green+Blue) = 189+149+84=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9554 is #426AAB. Grayscale: #999999. Windows color (decimal): -4352684 or 5543357. OLE color: 5543357.

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

Color convert

RGB18914984-
CMYK00.210.560.26
HSL37.14º44.3%53.53%-
HSV(B)37.14º55.56%74.12%-
XYZ33.3332.9512.99-
YUV153.5588.75153.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=44.79%
G=35.31%
B=19.91%

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
Decimal1891498400.210.560.2637.1444.353.53
HexBD9554015381A252c36
Octal2752251240257032455466
Binary1011110110010101101010001010111100011010100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9554; }

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

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

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

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

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

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

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

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