Html Css Color HEX #BC8B54 Twine

📋 copy color: '#BC8B54'

red 188 ◦ green 139 ◦ blue 84

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

Shades of Twine #BC8B54

Tints of Twine #BC8B54

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 45.74%
G = 33.82%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8B54 (or 0xBC8B54) is known color: Twine. HEX triplet: BC, 8B and 54. RGB value is (188,139,84). Sum of RGB (Red+Green+Blue) = 188+139+84=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B54 is #4374AB. Grayscale: #939393. Windows color (decimal): -4420780 or 5540796. OLE color: 5540796.

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

Color convert

RGB 188 139 84 -
CMYK 0 0.26 0.55 0.26
HSL 31.73º 0.44% 0.53% -
HSV(B) 31.73º 0.55% 0.74% -
XYZ 31.57 29.8 12.47 -
YUV 147.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 188 139 84 0 0.26 0.55 0.26 31.73 0.44 0.53
Hex BC 8B 54 0 1A 37 1A 20 2C 35
Octal 274 213 124 0 32 67 32 40 54 65
Binary 10111100 10001011 1010100 0 11010 110111 11010 100000 101100 110101

Color Harmonies of #BC8B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B54

Black with #BC8B54

Text Example


Text Example

White with #BC8B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B54; }

 p { color: rgb(188,139,84); }

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

background-color css

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

 a { background-color: rgb(188,139,84); }

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

border-color css

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

 span { border-color: rgb(188,139,84); }

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