Html Css Color HEX #BD8660 Twine

📋 copy color: '#BD8660'

red 189 ◦ green 134 ◦ blue 96

#BD8660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BD8660

Tints of Twine #BD8660

RGB

 RED value IS 189 (74.22% from 255) = 45.11%

 GREEN value IS 134 (52.73% from 255) = 31.98%

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 45.11%
G = 31.98%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD8660 (or 0xBD8660) is known color: Twine. HEX triplet: BD, 86 and 60. RGB value is (189,134,96). Sum of RGB (Red+Green+Blue) = 189+134+96=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8660 is #42799F. Grayscale: #929292. Windows color (decimal): -4356512 or 6325949. OLE color: 6325949.

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

Color convert

RGB 189 134 96 -
CMYK 0 0.29 0.49 0.26
HSL 24.52º 0.41% 0.56% -
HSV(B) 24.52º 0.49% 0.74% -
XYZ 31.62 28.71 14.94 -
YUV 146.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 189 134 96 0 0.29 0.49 0.26 24.52 0.41 0.56
Hex BD 86 60 0 1D 31 1A 19 29 38
Octal 275 206 140 0 35 61 32 31 51 70
Binary 10111101 10000110 1100000 0 11101 110001 11010 11001 101001 111000

Color Harmonies of #BD8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8660

Black with #BD8660

Text Example


Text Example

White with #BD8660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8660; }

 p { color: rgb(189,134,96); }

 H1.HeaderClassName
 {
   color: #BD8660;
 }
 .AnyTagClassName
 {
   color: #BD8660;
 }
</style>

background-color css

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

 a { background-color: rgb(189,134,96); }

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

border-color css

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

 span { border-color: rgb(189,134,96); }

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