Html Css Color HEX #BD9653 Twine

📋 copy color: '#BD9653'

red 189 ◦ green 150 ◦ blue 83

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

Shades of Twine #BD9653

Tints of Twine #BD9653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 83 (32.81% from 255) = 19.67%

R = 44.79%
G = 35.55%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD9653 (or 0xBD9653) is known color: Twine. HEX triplet: BD, 96 and 53. RGB value is (189,150,83). Sum of RGB (Red+Green+Blue) = 189+150+83=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9653 is #4269AC. Grayscale: #9A9A9A. Windows color (decimal): -4352429 or 5478077. OLE color: 5478077.

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

Color convert

RGB 189 150 83 -
CMYK 0 0.21 0.56 0.26
HSL 37.92º 0.45% 0.53% -
HSV(B) 37.92º 0.56% 0.74% -
XYZ 33.45 33.26 12.84 -
YUV 154.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 189 150 83 0 0.21 0.56 0.26 37.92 0.45 0.53
Hex BD 96 53 0 15 38 1A 26 2D 35
Octal 275 226 123 0 25 70 32 46 55 65
Binary 10111101 10010110 1010011 0 10101 111000 11010 100110 101101 110101

Color Harmonies of #BD9653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9653

Black with #BD9653

Text Example


Text Example

White with #BD9653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9653; }

 p { color: rgb(189,150,83); }

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

background-color css

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

 a { background-color: rgb(189,150,83); }

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

border-color css

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

 span { border-color: rgb(189,150,83); }

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