Html Css Color HEX #BD9056 Twine

📋 copy color: '#BD9056'

red 189 ◦ green 144 ◦ blue 86

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

Shades of Twine #BD9056

Tints of Twine #BD9056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 45.11%
G = 34.37%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD9056 (or 0xBD9056) is known color: Twine. HEX triplet: BD, 90 and 56. RGB value is (189,144,86). Sum of RGB (Red+Green+Blue) = 189+144+86=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9056 is #426FA9. Grayscale: #979797. Windows color (decimal): -4353962 or 5673149. OLE color: 5673149.

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

Color convert

RGB 189 144 86 -
CMYK 0 0.24 0.54 0.26
HSL 33.79º 0.44% 0.54% -
HSV(B) 33.79º 0.54% 0.74% -
XYZ 32.64 31.44 13.15 -
YUV 150.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 189 144 86 0 0.24 0.54 0.26 33.79 0.44 0.54
Hex BD 90 56 0 18 36 1A 22 2C 36
Octal 275 220 126 0 30 66 32 42 54 66
Binary 10111101 10010000 1010110 0 11000 110110 11010 100010 101100 110110

Color Harmonies of #BD9056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9056

Black with #BD9056

Text Example


Text Example

White with #BD9056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9056; }

 p { color: rgb(189,144,86); }

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

background-color css

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

 a { background-color: rgb(189,144,86); }

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

border-color css

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

 span { border-color: rgb(189,144,86); }

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