#BD8154

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

Shades of Twine #BD8154

Tints of Twine #BD8154

Color information

#BD8154 (or 0xBD8154) is unknown color: approx Twine. HEX triplet: BD, 81 and 54. RGB value is (189,129,84). Sum of RGB (Red+Green+Blue) = 189+129+84=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8154 is #427EAB. Grayscale: #8E8E8E. Windows color (decimal): -4357804 or 5538237. OLE color: 5538237.

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

Color convert

RGB18912984-
CMYK00.320.560.26
HSL25.71º44.3%53.53%-
HSV(B)25.71º55.56%74.12%-
XYZ30.4427.1612.03-
YUV141.8195.38161.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=47.01%
G=32.09%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891298400.320.560.2625.7144.353.53
HexBD8154020381A1a2c36
Octal2752011240407032325466
Binary1011110110000001101010001000001110001101011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8154; }

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

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

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

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

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

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

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

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