Html Css Color HEX #BD8964 Twine

📋 copy color: '#BD8964'

red 189 ◦ green 137 ◦ blue 100

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

Shades of Twine #BD8964

Tints of Twine #BD8964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 44.37%
G = 32.16%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD8964 (or 0xBD8964) is known color: Twine. HEX triplet: BD, 89 and 64. RGB value is (189,137,100). Sum of RGB (Red+Green+Blue) = 189+137+100=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8964 is #42769B. Grayscale: #949494. Windows color (decimal): -4355740 or 6588861. OLE color: 6588861.

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

Color convert

RGB 189 137 100 -
CMYK 0 0.28 0.47 0.26
HSL 24.94º 0.4% 0.57% -
HSV(B) 24.94º 0.47% 0.74% -
XYZ 32.23 29.63 16.08 -
YUV 148.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 189 137 100 0 0.28 0.47 0.26 24.94 0.4 0.57
Hex BD 89 64 0 1C 2F 1A 19 28 39
Octal 275 211 144 0 34 57 32 31 50 71
Binary 10111101 10001001 1100100 0 11100 101111 11010 11001 101000 111001

Color Harmonies of #BD8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8964

Black with #BD8964

Text Example


Text Example

White with #BD8964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8964; }

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

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

background-color css

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

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

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

border-color css

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

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

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