Html Css Color HEX #BC8751 Twine

📋 copy color: '#BC8751'

red 188 ◦ green 135 ◦ blue 81

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

Shades of Twine #BC8751

Tints of Twine #BC8751

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 46.53%
G = 33.42%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8751 (or 0xBC8751) is known color: Twine. HEX triplet: BC, 87 and 51. RGB value is (188,135,81). Sum of RGB (Red+Green+Blue) = 188+135+81=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8751 is #4378AE. Grayscale: #909090. Windows color (decimal): -4421807 or 5343164. OLE color: 5343164.

HSL color Cylindrical-coordinate representation of color #BC8751: hue angle of 30.28º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8751 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 81 -
CMYK 0 0.28 0.57 0.26
HSL 30.28º 0.44% 0.53% -
HSV(B) 30.28º 0.57% 0.74% -
XYZ 30.89 28.61 11.68 -
YUV 144.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 188 135 81 0 0.28 0.57 0.26 30.28 0.44 0.53
Hex BC 87 51 0 1C 39 1A 1E 2C 35
Octal 274 207 121 0 34 71 32 36 54 65
Binary 10111100 10000111 1010001 0 11100 111001 11010 11110 101100 110101

Color Harmonies of #BC8751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8751

Black with #BC8751

Text Example


Text Example

White with #BC8751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8751; }

 p { color: rgb(188,135,81); }

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

background-color css

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

 a { background-color: rgb(188,135,81); }

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

border-color css

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

 span { border-color: rgb(188,135,81); }

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