Html Css Color HEX #BC8C63 Twine

📋 copy color: '#BC8C63'

red 188 ◦ green 140 ◦ blue 99

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

Shades of Twine #BC8C63

Tints of Twine #BC8C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 44.03%
G = 32.79%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8C63 (or 0xBC8C63) is known color: Twine. HEX triplet: BC, 8C and 63. RGB value is (188,140,99). Sum of RGB (Red+Green+Blue) = 188+140+99=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C63 is #43739C. Grayscale: #959595. Windows color (decimal): -4420509 or 6524092. OLE color: 6524092.

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

Color convert

RGB 188 140 99 -
CMYK 0 0.26 0.47 0.26
HSL 27.64º 0.4% 0.56% -
HSV(B) 27.64º 0.47% 0.74% -
XYZ 32.37 30.35 15.96 -
YUV 149.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 188 140 99 0 0.26 0.47 0.26 27.64 0.4 0.56
Hex BC 8C 63 0 1A 2F 1A 1C 28 38
Octal 274 214 143 0 32 57 32 34 50 70
Binary 10111100 10001100 1100011 0 11010 101111 11010 11100 101000 111000

Color Harmonies of #BC8C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C63

Black with #BC8C63

Text Example


Text Example

White with #BC8C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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