Html Css Color HEX #BC8952 Twine

📋 copy color: '#BC8952'

red 188 ◦ green 137 ◦ blue 82

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

Shades of Twine #BC8952

Tints of Twine #BC8952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 46.19%
G = 33.66%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8952 (or 0xBC8952) is known color: Twine. HEX triplet: BC, 89 and 52. RGB value is (188,137,82). Sum of RGB (Red+Green+Blue) = 188+137+82=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8952 is #4376AD. Grayscale: #929292. Windows color (decimal): -4421294 or 5409212. OLE color: 5409212.

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

Color convert

RGB 188 137 82 -
CMYK 0 0.27 0.56 0.26
HSL 31.13º 0.44% 0.53% -
HSV(B) 31.13º 0.56% 0.74% -
XYZ 31.21 29.19 11.97 -
YUV 145.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 188 137 82 0 0.27 0.56 0.26 31.13 0.44 0.53
Hex BC 89 52 0 1B 38 1A 1F 2C 35
Octal 274 211 122 0 33 70 32 37 54 65
Binary 10111100 10001001 1010010 0 11011 111000 11010 11111 101100 110101

Color Harmonies of #BC8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8952

Black with #BC8952

Text Example


Text Example

White with #BC8952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8952; }

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

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

background-color css

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

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

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

border-color css

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

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

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