Html Css Color HEX #BC8F53 Twine

📋 copy color: '#BC8F53'

red 188 ◦ green 143 ◦ blue 83

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

Shades of Twine #BC8F53

Tints of Twine #BC8F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 83 (32.81% from 255) = 20.05%

R = 45.41%
G = 34.54%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8F53 (or 0xBC8F53) is known color: Twine. HEX triplet: BC, 8F and 53. RGB value is (188,143,83). Sum of RGB (Red+Green+Blue) = 188+143+83=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F53 is #4370AC. Grayscale: #959595. Windows color (decimal): -4419757 or 5476284. OLE color: 5476284.

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

Color convert

RGB 188 143 83 -
CMYK 0 0.24 0.56 0.26
HSL 34.29º 0.44% 0.53% -
HSV(B) 34.29º 0.56% 0.74% -
XYZ 32.12 30.96 12.47 -
YUV 149.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 188 143 83 0 0.24 0.56 0.26 34.29 0.44 0.53
Hex BC 8F 53 0 18 38 1A 22 2C 35
Octal 274 217 123 0 30 70 32 42 54 65
Binary 10111100 10001111 1010011 0 11000 111000 11010 100010 101100 110101

Color Harmonies of #BC8F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F53

Black with #BC8F53

Text Example


Text Example

White with #BC8F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F53; }

 p { color: rgb(188,143,83); }

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

background-color css

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

 a { background-color: rgb(188,143,83); }

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

border-color css

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

 span { border-color: rgb(188,143,83); }

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