Html Css Color HEX #BC8963 Twine

📋 copy color: '#BC8963'

red 188 ◦ green 137 ◦ blue 99

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

Shades of Twine #BC8963

Tints of Twine #BC8963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 44.34%
G = 32.31%
B = 23.35%

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

#BC8963 (or 0xBC8963) is known color: Twine. HEX triplet: BC, 89 and 63. RGB value is (188,137,99). Sum of RGB (Red+Green+Blue) = 188+137+99=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8963 is #43769C. Grayscale: #949494. Windows color (decimal): -4421277 or 6523324. OLE color: 6523324.

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

Color convert

RGB 188 137 99 -
CMYK 0 0.27 0.47 0.26
HSL 25.62º 0.4% 0.56% -
HSV(B) 25.62º 0.47% 0.74% -
XYZ 31.94 29.48 15.81 -
YUV 147.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 188 137 99 0 0.27 0.47 0.26 25.62 0.4 0.56
Hex BC 89 63 0 1B 2F 1A 1A 28 38
Octal 274 211 143 0 33 57 32 32 50 70
Binary 10111100 10001001 1100011 0 11011 101111 11010 11010 101000 111000

Color Harmonies of #BC8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8963

Black with #BC8963

Text Example


Text Example

White with #BC8963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8963; }

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

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

background-color css

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

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

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

border-color css

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

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

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