Html Css Color HEX #BC8F55 Twine

📋 copy color: '#BC8F55'

red 188 ◦ green 143 ◦ blue 85

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

Shades of Twine #BC8F55

Tints of Twine #BC8F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 45.19%
G = 34.38%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8F55 (or 0xBC8F55) is known color: Twine. HEX triplet: BC, 8F and 55. RGB value is (188,143,85). Sum of RGB (Red+Green+Blue) = 188+143+85=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F55 is #4370AA. Grayscale: #969696. Windows color (decimal): -4419755 or 5607356. OLE color: 5607356.

HSL color Cylindrical-coordinate representation of color #BC8F55: hue angle of 33.79º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8F55 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 85 -
CMYK 0 0.24 0.55 0.26
HSL 33.79º 0.43% 0.54% -
HSV(B) 33.79º 0.55% 0.74% -
XYZ 32.2 30.99 12.88 -
YUV 149.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 188 143 85 0 0.24 0.55 0.26 33.79 0.43 0.54
Hex BC 8F 55 0 18 37 1A 22 2B 36
Octal 274 217 125 0 30 67 32 42 53 66
Binary 10111100 10001111 1010101 0 11000 110111 11010 100010 101011 110110

Color Harmonies of #BC8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F55

Black with #BC8F55

Text Example


Text Example

White with #BC8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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