Html Css Color HEX #BD885D Twine

📋 copy color: '#BD885D'

red 189 ◦ green 136 ◦ blue 93

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

Shades of Twine #BD885D

Tints of Twine #BD885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 45.22%
G = 32.54%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD885D (or 0xBD885D) is known color: Twine. HEX triplet: BD, 88 and 5D. RGB value is (189,136,93). Sum of RGB (Red+Green+Blue) = 189+136+93=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD885D is #4277A2. Grayscale: #939393. Windows color (decimal): -4356003 or 6129853. OLE color: 6129853.

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

Color convert

RGB 189 136 93 -
CMYK 0 0.28 0.51 0.26
HSL 26.88º 0.42% 0.55% -
HSV(B) 26.88º 0.51% 0.74% -
XYZ 31.77 29.22 14.32 -
YUV 146.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 189 136 93 0 0.28 0.51 0.26 26.88 0.42 0.55
Hex BD 88 5D 0 1C 33 1A 1B 2A 37
Octal 275 210 135 0 34 63 32 33 52 67
Binary 10111101 10001000 1011101 0 11100 110011 11010 11011 101010 110111

Color Harmonies of #BD885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD885D

Black with #BD885D

Text Example


Text Example

White with #BD885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD885D; }

 p { color: rgb(189,136,93); }

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

background-color css

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

 a { background-color: rgb(189,136,93); }

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

border-color css

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

 span { border-color: rgb(189,136,93); }

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