Html Css Color HEX #BD845E Twine

📋 copy color: '#BD845E'

red 189 ◦ green 132 ◦ blue 94

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

Shades of Twine #BD845E

Tints of Twine #BD845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 45.54%
G = 31.81%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD845E (or 0xBD845E) is known color: Twine. HEX triplet: BD, 84 and 5E. RGB value is (189,132,94). Sum of RGB (Red+Green+Blue) = 189+132+94=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD845E is #427BA1. Grayscale: #909090. Windows color (decimal): -4357026 or 6194365. OLE color: 6194365.

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

Color convert

RGB 189 132 94 -
CMYK 0 0.30 0.50 0.26
HSL 24º 0.42% 0.55% -
HSV(B) 24º 0.5% 0.74% -
XYZ 31.26 28.13 14.37 -
YUV 144.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 189 132 94 0 0.30 0.50 0.26 24 0.42 0.55
Hex BD 84 5E 0 1E 32 1A 18 2A 37
Octal 275 204 136 0 36 62 32 30 52 67
Binary 10111101 10000100 1011110 0 11110 110010 11010 11000 101010 110111

Color Harmonies of #BD845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD845E

Black with #BD845E

Text Example


Text Example

White with #BD845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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