Html Css Color HEX #BD9356 Twine

📋 copy color: '#BD9356'

red 189 ◦ green 147 ◦ blue 86

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

Shades of Twine #BD9356

Tints of Twine #BD9356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

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

R = 44.79%
G = 34.83%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD9356 (or 0xBD9356) is known color: Twine. HEX triplet: BD, 93 and 56. RGB value is (189,147,86). Sum of RGB (Red+Green+Blue) = 189+147+86=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9356 is #426CA9. Grayscale: #989898. Windows color (decimal): -4353194 or 5673917. OLE color: 5673917.

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

Color convert

RGB 189 147 86 -
CMYK 0 0.22 0.54 0.26
HSL 35.53º 0.44% 0.54% -
HSV(B) 35.53º 0.54% 0.74% -
XYZ 33.1 32.36 13.31 -
YUV 152.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 189 147 86 0 0.22 0.54 0.26 35.53 0.44 0.54
Hex BD 93 56 0 16 36 1A 24 2C 36
Octal 275 223 126 0 26 66 32 44 54 66
Binary 10111101 10010011 1010110 0 10110 110110 11010 100100 101100 110110

Color Harmonies of #BD9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9356

Black with #BD9356

Text Example


Text Example

White with #BD9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9356; }

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

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

background-color css

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

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

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

border-color css

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

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

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