Html Css Color HEX #BD8955 Twine

📋 copy color: '#BD8955'

red 189 ◦ green 137 ◦ blue 85

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

Shades of Twine #BD8955

Tints of Twine #BD8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 45.99%
G = 33.33%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD8955 (or 0xBD8955) is known color: Twine. HEX triplet: BD, 89 and 55. RGB value is (189,137,85). Sum of RGB (Red+Green+Blue) = 189+137+85=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8955 is #4276AA. Grayscale: #929292. Windows color (decimal): -4355755 or 5605821. OLE color: 5605821.

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

Color convert

RGB 189 137 85 -
CMYK 0 0.28 0.55 0.26
HSL 30º 0.44% 0.54% -
HSV(B) 30º 0.55% 0.74% -
XYZ 31.57 29.37 12.6 -
YUV 146.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 189 137 85 0 0.28 0.55 0.26 30 0.44 0.54
Hex BD 89 55 0 1C 37 1A 1E 2C 36
Octal 275 211 125 0 34 67 32 36 54 66
Binary 10111101 10001001 1010101 0 11100 110111 11010 11110 101100 110110

Color Harmonies of #BD8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8955

Black with #BD8955

Text Example


Text Example

White with #BD8955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8955; }

 p { color: rgb(189,137,85); }

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

background-color css

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

 a { background-color: rgb(189,137,85); }

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

border-color css

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

 span { border-color: rgb(189,137,85); }

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