Html Css Color HEX #BD895F Twine

📋 copy color: '#BD895F'

red 189 ◦ green 137 ◦ blue 95

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

Shades of Twine #BD895F

Tints of Twine #BD895F

RGB

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

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

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

R = 44.89%
G = 32.54%
B = 22.57%

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

#BD895F (or 0xBD895F) is known color: Twine. HEX triplet: BD, 89 and 5F. RGB value is (189,137,95). Sum of RGB (Red+Green+Blue) = 189+137+95=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD895F is #4276A0. Grayscale: #939393. Windows color (decimal): -4355745 or 6261181. OLE color: 6261181.

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

Color convert

RGB 189 137 95 -
CMYK 0 0.28 0.50 0.26
HSL 26.81º 0.42% 0.56% -
HSV(B) 26.81º 0.5% 0.74% -
XYZ 32 29.54 14.84 -
YUV 147.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 189 137 95 0 0.28 0.50 0.26 26.81 0.42 0.56
Hex BD 89 5F 0 1C 32 1A 1B 2A 38
Octal 275 211 137 0 34 62 32 33 52 70
Binary 10111101 10001001 1011111 0 11100 110010 11010 11011 101010 111000

Color Harmonies of #BD895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD895F

Black with #BD895F

Text Example


Text Example

White with #BD895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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