Html Css Color HEX #BC8A55 Twine

📋 copy color: '#BC8A55'

red 188 ◦ green 138 ◦ blue 85

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

Shades of Twine #BC8A55

Tints of Twine #BC8A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

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

R = 45.74%
G = 33.58%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8A55 (or 0xBC8A55) is known color: Twine. HEX triplet: BC, 8A and 55. RGB value is (188,138,85). Sum of RGB (Red+Green+Blue) = 188+138+85=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A55 is #4375AA. Grayscale: #939393. Windows color (decimal): -4421035 or 5606076. OLE color: 5606076.

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

Color convert

RGB 188 138 85 -
CMYK 0 0.27 0.55 0.26
HSL 30.87º 0.43% 0.54% -
HSV(B) 30.87º 0.55% 0.74% -
XYZ 31.47 29.52 12.63 -
YUV 146.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 188 138 85 0 0.27 0.55 0.26 30.87 0.43 0.54
Hex BC 8A 55 0 1B 37 1A 1F 2B 36
Octal 274 212 125 0 33 67 32 37 53 66
Binary 10111100 10001010 1010101 0 11011 110111 11010 11111 101011 110110

Color Harmonies of #BC8A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A55

Black with #BC8A55

Text Example


Text Example

White with #BC8A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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