Html Css Color HEX #BD8560 Twine

📋 copy color: '#BD8560'

red 189 ◦ green 133 ◦ blue 96

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

Shades of Twine #BD8560

Tints of Twine #BD8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

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

R = 45.22%
G = 31.82%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD8560 (or 0xBD8560) is known color: Twine. HEX triplet: BD, 85 and 60. RGB value is (189,133,96). Sum of RGB (Red+Green+Blue) = 189+133+96=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8560 is #427A9F. Grayscale: #919191. Windows color (decimal): -4356768 or 6325693. OLE color: 6325693.

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

Color convert

RGB 189 133 96 -
CMYK 0 0.30 0.49 0.26
HSL 23.87º 0.41% 0.56% -
HSV(B) 23.87º 0.49% 0.74% -
XYZ 31.49 28.44 14.9 -
YUV 145.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 189 133 96 0 0.30 0.49 0.26 23.87 0.41 0.56
Hex BD 85 60 0 1E 31 1A 18 29 38
Octal 275 205 140 0 36 61 32 30 51 70
Binary 10111101 10000101 1100000 0 11110 110001 11010 11000 101001 111000

Color Harmonies of #BD8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8560

Black with #BD8560

Text Example


Text Example

White with #BD8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8560; }

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

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

background-color css

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

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

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

border-color css

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

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

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