Html Css Color HEX #BC8351 Twine

📋 copy color: '#BC8351'

red 188 ◦ green 131 ◦ blue 81

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

Shades of Twine #BC8351

Tints of Twine #BC8351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

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

R = 47%
G = 32.75%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8351 (or 0xBC8351) is known color: Twine. HEX triplet: BC, 83 and 51. RGB value is (188,131,81). Sum of RGB (Red+Green+Blue) = 188+131+81=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8351 is #437CAE. Grayscale: #8E8E8E. Windows color (decimal): -4422831 or 5342140. OLE color: 5342140.

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

Color convert

RGB 188 131 81 -
CMYK 0 0.30 0.57 0.26
HSL 28.04º 0.44% 0.53% -
HSV(B) 28.04º 0.57% 0.74% -
XYZ 30.34 27.52 11.5 -
YUV 142.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 188 131 81 0 0.30 0.57 0.26 28.04 0.44 0.53
Hex BC 83 51 0 1E 39 1A 1C 2C 35
Octal 274 203 121 0 36 71 32 34 54 65
Binary 10111100 10000011 1010001 0 11110 111001 11010 11100 101100 110101

Color Harmonies of #BC8351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8351

Black with #BC8351

Text Example


Text Example

White with #BC8351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8351; }

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

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

background-color css

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

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

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

border-color css

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

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

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