Html Css Color HEX #BC8750 Twine

📋 copy color: '#BC8750'

red 188 ◦ green 135 ◦ blue 80

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

Shades of Twine #BC8750

Tints of Twine #BC8750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 46.65%
G = 33.5%
B = 19.85%

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

#BC8750 (or 0xBC8750) is known color: Twine. HEX triplet: BC, 87 and 50. RGB value is (188,135,80). Sum of RGB (Red+Green+Blue) = 188+135+80=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8750 is #4378AF. Grayscale: #909090. Windows color (decimal): -4421808 or 5277628. OLE color: 5277628.

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

Color convert

RGB 188 135 80 -
CMYK 0 0.28 0.57 0.26
HSL 30.56º 0.45% 0.53% -
HSV(B) 30.56º 0.57% 0.74% -
XYZ 30.85 28.6 11.48 -
YUV 144.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 188 135 80 0 0.28 0.57 0.26 30.56 0.45 0.53
Hex BC 87 50 0 1C 39 1A 1F 2D 35
Octal 274 207 120 0 34 71 32 37 55 65
Binary 10111100 10000111 1010000 0 11100 111001 11010 11111 101101 110101

Color Harmonies of #BC8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8750

Black with #BC8750

Text Example


Text Example

White with #BC8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8750; }

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

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

background-color css

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

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

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

border-color css

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

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

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