Html Css Color HEX #BD885F Twine

📋 copy color: '#BD885F'

red 189 ◦ green 136 ◦ blue 95

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

Shades of Twine #BD885F

Tints of Twine #BD885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 45%
G = 32.38%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD885F (or 0xBD885F) is known color: Twine. HEX triplet: BD, 88 and 5F. RGB value is (189,136,95). Sum of RGB (Red+Green+Blue) = 189+136+95=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD885F is #4277A0. Grayscale: #939393. Windows color (decimal): -4356001 or 6260925. OLE color: 6260925.

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

Color convert

RGB 189 136 95 -
CMYK 0 0.28 0.50 0.26
HSL 26.17º 0.42% 0.56% -
HSV(B) 26.17º 0.5% 0.74% -
XYZ 31.86 29.25 14.79 -
YUV 147.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 189 136 95 0 0.28 0.50 0.26 26.17 0.42 0.56
Hex BD 88 5F 0 1C 32 1A 1A 2A 38
Octal 275 210 137 0 34 62 32 32 52 70
Binary 10111101 10001000 1011111 0 11100 110010 11010 11010 101010 111000

Color Harmonies of #BD885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD885F

Black with #BD885F

Text Example


Text Example

White with #BD885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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