Html Css Color HEX #BD8657 Twine

📋 copy color: '#BD8657'

red 189 ◦ green 134 ◦ blue 87

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

Shades of Twine #BD8657

Tints of Twine #BD8657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.22%

R = 46.1%
G = 32.68%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD8657 (or 0xBD8657) is known color: Twine. HEX triplet: BD, 86 and 57. RGB value is (189,134,87). Sum of RGB (Red+Green+Blue) = 189+134+87=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8657 is #4279A8. Grayscale: #919191. Windows color (decimal): -4356521 or 5736125. OLE color: 5736125.

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

Color convert

RGB 189 134 87 -
CMYK 0 0.29 0.54 0.26
HSL 27.65º 0.44% 0.54% -
HSV(B) 27.65º 0.54% 0.74% -
XYZ 31.23 28.56 12.88 -
YUV 145.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 189 134 87 0 0.29 0.54 0.26 27.65 0.44 0.54
Hex BD 86 57 0 1D 36 1A 1C 2C 36
Octal 275 206 127 0 35 66 32 34 54 66
Binary 10111101 10000110 1010111 0 11101 110110 11010 11100 101100 110110

Color Harmonies of #BD8657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8657

Black with #BD8657

Text Example


Text Example

White with #BD8657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8657; }

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

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

background-color css

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

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

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

border-color css

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

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

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