Html Css Color HEX #BC8E5D Twine

📋 copy color: '#BC8E5D'

red 188 ◦ green 142 ◦ blue 93

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

Shades of Twine #BC8E5D

Tints of Twine #BC8E5D

RGB

 RED value IS 188 (73.83% from 255) = 44.44%

 GREEN value IS 142 (55.86% from 255) = 33.57%

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

R = 44.44%
G = 33.57%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC8E5D (or 0xBC8E5D) is known color: Twine. HEX triplet: BC, 8E and 5D. RGB value is (188,142,93). Sum of RGB (Red+Green+Blue) = 188+142+93=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E5D is #4371A2. Grayscale: #969696. Windows color (decimal): -4420003 or 6131388. OLE color: 6131388.

HSL color Cylindrical-coordinate representation of color #BC8E5D: hue angle of 30.95º degrees, saturation: 0.41, 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 #BC8E5D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 142 93 -
CMYK 0 0.24 0.51 0.26
HSL 30.95º 0.41% 0.55% -
HSV(B) 30.95º 0.51% 0.74% -
XYZ 32.39 30.83 14.6 -
YUV 150.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 188 142 93 0 0.24 0.51 0.26 30.95 0.41 0.55
Hex BC 8E 5D 0 18 33 1A 1F 29 37
Octal 274 216 135 0 30 63 32 37 51 67
Binary 10111100 10001110 1011101 0 11000 110011 11010 11111 101001 110111

Color Harmonies of #BC8E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E5D

Black with #BC8E5D

Text Example


Text Example

White with #BC8E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E5D; }

 p { color: rgb(188,142,93); }

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

background-color css

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

 a { background-color: rgb(188,142,93); }

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

border-color css

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

 span { border-color: rgb(188,142,93); }

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