#BD935A

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

Shades of Twine #BD935A

Tints of Twine #BD935A

Color information

#BD935A (or 0xBD935A) is unknown color: approx Twine. HEX triplet: BD, 93 and 5A. RGB value is (189,147,90). Sum of RGB (Red+Green+Blue) = 189+147+90=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935A is #426CA5. Grayscale: #999999. Windows color (decimal): -4353190 or 5936061. OLE color: 5936061.

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

Color convert

RGB18914790-
CMYK00.220.520.26
HSL34.55º42.86%54.71%-
HSV(B)34.55º52.38%74.12%-
XYZ33.2732.4214.18-
YUV153.0692.41153.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=44.37%
G=34.51%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891479000.220.520.2634.5542.8654.71
HexBD935A016341A232b37
Octal2752231320266432435367
Binary1011110110010011101101001011011010011010100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD935A; }

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

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

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

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

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

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

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

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