#BD815A

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

Shades of Twine #BD815A

Tints of Twine #BD815A

Color information

#BD815A (or 0xBD815A) is unknown color: approx Twine. HEX triplet: BD, 81 and 5A. RGB value is (189,129,90). Sum of RGB (Red+Green+Blue) = 189+129+90=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD815A is #427EA5. Grayscale: #8E8E8E. Windows color (decimal): -4357798 or 5931453. OLE color: 5931453.

HSL color Cylindrical-coordinate representation of color #BD815A: hue angle of 23.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD815A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18912990-
CMYK00.320.520.26
HSL23.64º42.86%54.71%-
HSV(B)23.64º52.38%74.12%-
XYZ30.6827.2613.32-
YUV142.4998.38161.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=46.32%
G=31.62%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891299000.320.520.2623.6442.8654.71
HexBD815A020341A182b37
Octal2752011320406432305367
Binary1011110110000001101101001000001101001101011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD815A; }

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

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

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

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

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

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

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

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