Html Css Color HEX #BC8A63 Twine

📋 copy color: '#BC8A63'

red 188 ◦ green 138 ◦ blue 99

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

Shades of Twine #BC8A63

Tints of Twine #BC8A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 44.24%
G = 32.47%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8A63 (or 0xBC8A63) is known color: Twine. HEX triplet: BC, 8A and 63. RGB value is (188,138,99). Sum of RGB (Red+Green+Blue) = 188+138+99=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A63 is #43759C. Grayscale: #949494. Windows color (decimal): -4421021 or 6523580. OLE color: 6523580.

HSL color Cylindrical-coordinate representation of color #BC8A63: hue angle of 26.29º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC8A63 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 138 99 -
CMYK 0 0.27 0.47 0.26
HSL 26.29º 0.4% 0.56% -
HSV(B) 26.29º 0.47% 0.74% -
XYZ 32.08 29.77 15.86 -
YUV 148.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 188 138 99 0 0.27 0.47 0.26 26.29 0.4 0.56
Hex BC 8A 63 0 1B 2F 1A 1A 28 38
Octal 274 212 143 0 33 57 32 32 50 70
Binary 10111100 10001010 1100011 0 11011 101111 11010 11010 101000 111000

Color Harmonies of #BC8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A63

Black with #BC8A63

Text Example


Text Example

White with #BC8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A63; }

 p { color: rgb(188,138,99); }

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

background-color css

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

 a { background-color: rgb(188,138,99); }

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

border-color css

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

 span { border-color: rgb(188,138,99); }

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