Html Css Color HEX #BD8659 Twine

📋 copy color: '#BD8659'

red 189 ◦ green 134 ◦ blue 89

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

Shades of Twine #BD8659

Tints of Twine #BD8659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 45.87%
G = 32.52%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD8659 (or 0xBD8659) is known color: Twine. HEX triplet: BD, 86 and 59. RGB value is (189,134,89). Sum of RGB (Red+Green+Blue) = 189+134+89=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8659 is #4279A6. Grayscale: #919191. Windows color (decimal): -4356519 or 5867197. OLE color: 5867197.

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

Color convert

RGB 189 134 89 -
CMYK 0 0.29 0.53 0.26
HSL 27º 0.43% 0.55% -
HSV(B) 27º 0.53% 0.74% -
XYZ 31.31 28.59 13.32 -
YUV 145.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 189 134 89 0 0.29 0.53 0.26 27 0.43 0.55
Hex BD 86 59 0 1D 35 1A 1B 2B 37
Octal 275 206 131 0 35 65 32 33 53 67
Binary 10111101 10000110 1011001 0 11101 110101 11010 11011 101011 110111

Color Harmonies of #BD8659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8659

Black with #BD8659

Text Example


Text Example

White with #BD8659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8659; }

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

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

background-color css

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

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

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

border-color css

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

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

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