Html Css Color HEX #BD865E Twine

📋 copy color: '#BD865E'

red 189 ◦ green 134 ◦ blue 94

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

Shades of Twine #BD865E

Tints of Twine #BD865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 45.32%
G = 32.13%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD865E (or 0xBD865E) is known color: Twine. HEX triplet: BD, 86 and 5E. RGB value is (189,134,94). Sum of RGB (Red+Green+Blue) = 189+134+94=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD865E is #4279A1. Grayscale: #929292. Windows color (decimal): -4356514 or 6194877. OLE color: 6194877.

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

Color convert

RGB 189 134 94 -
CMYK 0 0.29 0.50 0.26
HSL 25.26º 0.42% 0.55% -
HSV(B) 25.26º 0.5% 0.74% -
XYZ 31.53 28.68 14.46 -
YUV 145.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 189 134 94 0 0.29 0.50 0.26 25.26 0.42 0.55
Hex BD 86 5E 0 1D 32 1A 19 2A 37
Octal 275 206 136 0 35 62 32 31 52 67
Binary 10111101 10000110 1011110 0 11101 110010 11010 11001 101010 110111

Color Harmonies of #BD865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD865E

Black with #BD865E

Text Example


Text Example

White with #BD865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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