Html Css Color HEX #BD8851 Twine

📋 copy color: '#BD8851'

red 189 ◦ green 136 ◦ blue 81

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

Shades of Twine #BD8851

Tints of Twine #BD8851

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 81 (32.03% from 255) = 19.95%

R = 46.55%
G = 33.5%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD8851 (or 0xBD8851) is known color: Twine. HEX triplet: BD, 88 and 51. RGB value is (189,136,81). Sum of RGB (Red+Green+Blue) = 189+136+81=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8851 is #4277AE. Grayscale: #919191. Windows color (decimal): -4356015 or 5343421. OLE color: 5343421.

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

Color convert

RGB 189 136 81 -
CMYK 0 0.28 0.57 0.26
HSL 30.56º 0.45% 0.53% -
HSV(B) 30.56º 0.57% 0.74% -
XYZ 31.28 29.02 11.74 -
YUV 145.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 189 136 81 0 0.28 0.57 0.26 30.56 0.45 0.53
Hex BD 88 51 0 1C 39 1A 1F 2D 35
Octal 275 210 121 0 34 71 32 37 55 65
Binary 10111101 10001000 1010001 0 11100 111001 11010 11111 101101 110101

Color Harmonies of #BD8851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8851

Black with #BD8851

Text Example


Text Example

White with #BD8851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8851; }

 p { color: rgb(189,136,81); }

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

background-color css

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

 a { background-color: rgb(189,136,81); }

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

border-color css

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

 span { border-color: rgb(189,136,81); }

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