Html Css Color HEX #BD8159 Twine

📋 copy color: '#BD8159'

red 189 ◦ green 129 ◦ blue 89

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

Shades of Twine #BD8159

Tints of Twine #BD8159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 46.44%
G = 31.7%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD8159 (or 0xBD8159) is known color: Twine. HEX triplet: BD, 81 and 59. RGB value is (189,129,89). Sum of RGB (Red+Green+Blue) = 189+129+89=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8159 is #427EA6. Grayscale: #8E8E8E. Windows color (decimal): -4357799 or 5865917. OLE color: 5865917.

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

Color convert

RGB 189 129 89 -
CMYK 0 0.32 0.53 0.26
HSL 24º 0.43% 0.55% -
HSV(B) 24º 0.53% 0.74% -
XYZ 30.64 27.24 13.09 -
YUV 142.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 189 129 89 0 0.32 0.53 0.26 24 0.43 0.55
Hex BD 81 59 0 20 35 1A 18 2B 37
Octal 275 201 131 0 40 65 32 30 53 67
Binary 10111101 10000001 1011001 0 100000 110101 11010 11000 101011 110111

Color Harmonies of #BD8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8159

Black with #BD8159

Text Example


Text Example

White with #BD8159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8159; }

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

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

background-color css

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

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

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

border-color css

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

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

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