Html Css Color HEX #BC8762 Twine

📋 copy color: '#BC8762'

red 188 ◦ green 135 ◦ blue 98

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

Shades of Twine #BC8762

Tints of Twine #BC8762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 44.66%
G = 32.07%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8762 (or 0xBC8762) is known color: Twine. HEX triplet: BC, 87 and 62. RGB value is (188,135,98). Sum of RGB (Red+Green+Blue) = 188+135+98=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8762 is #43789D. Grayscale: #929292. Windows color (decimal): -4421790 or 6457276. OLE color: 6457276.

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

Color convert

RGB 188 135 98 -
CMYK 0 0.28 0.48 0.26
HSL 24.67º 0.4% 0.56% -
HSV(B) 24.67º 0.48% 0.74% -
XYZ 31.61 28.9 15.47 -
YUV 146.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 188 135 98 0 0.28 0.48 0.26 24.67 0.4 0.56
Hex BC 87 62 0 1C 30 1A 19 28 38
Octal 274 207 142 0 34 60 32 31 50 70
Binary 10111100 10000111 1100010 0 11100 110000 11010 11001 101000 111000

Color Harmonies of #BC8762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8762

Black with #BC8762

Text Example


Text Example

White with #BC8762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8762; }

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

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

background-color css

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

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

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

border-color css

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

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

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