Html Css Color HEX #BC875E Twine

📋 copy color: '#BC875E'

red 188 ◦ green 135 ◦ blue 94

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

Shades of Twine #BC875E

Tints of Twine #BC875E

RGB

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

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

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

R = 45.08%
G = 32.37%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC875E (or 0xBC875E) is known color: Twine. HEX triplet: BC, 87 and 5E. RGB value is (188,135,94). Sum of RGB (Red+Green+Blue) = 188+135+94=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC875E is #4378A1. Grayscale: #929292. Windows color (decimal): -4421794 or 6195132. OLE color: 6195132.

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

Color convert

RGB 188 135 94 -
CMYK 0 0.28 0.50 0.26
HSL 26.17º 0.41% 0.55% -
HSV(B) 26.17º 0.5% 0.74% -
XYZ 31.42 28.83 14.5 -
YUV 146.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 188 135 94 0 0.28 0.50 0.26 26.17 0.41 0.55
Hex BC 87 5E 0 1C 32 1A 1A 29 37
Octal 274 207 136 0 34 62 32 32 51 67
Binary 10111100 10000111 1011110 0 11100 110010 11010 11010 101001 110111

Color Harmonies of #BC875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC875E

Black with #BC875E

Text Example


Text Example

White with #BC875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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