Html Css Color HEX #BD8655 Twine

📋 copy color: '#BD8655'

red 189 ◦ green 134 ◦ blue 85

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

Shades of Twine #BD8655

Tints of Twine #BD8655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

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

R = 46.32%
G = 32.84%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD8655 (or 0xBD8655) is known color: Twine. HEX triplet: BD, 86 and 55. RGB value is (189,134,85). Sum of RGB (Red+Green+Blue) = 189+134+85=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8655 is #4279AA. Grayscale: #919191. Windows color (decimal): -4356523 or 5605053. OLE color: 5605053.

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

Color convert

RGB 189 134 85 -
CMYK 0 0.29 0.55 0.26
HSL 28.27º 0.44% 0.54% -
HSV(B) 28.27º 0.55% 0.74% -
XYZ 31.15 28.52 12.46 -
YUV 144.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 189 134 85 0 0.29 0.55 0.26 28.27 0.44 0.54
Hex BD 86 55 0 1D 37 1A 1C 2C 36
Octal 275 206 125 0 35 67 32 34 54 66
Binary 10111101 10000110 1010101 0 11101 110111 11010 11100 101100 110110

Color Harmonies of #BD8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8655

Black with #BD8655

Text Example


Text Example

White with #BD8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8655; }

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

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

background-color css

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

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

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

border-color css

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

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

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