Html Css Color HEX #BC8C5A Twine

📋 copy color: '#BC8C5A'

red 188 ◦ green 140 ◦ blue 90

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

Shades of Twine #BC8C5A

Tints of Twine #BC8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 44.98%
G = 33.49%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC8C5A (or 0xBC8C5A) is known color: Twine. HEX triplet: BC, 8C and 5A. RGB value is (188,140,90). Sum of RGB (Red+Green+Blue) = 188+140+90=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C5A is #4373A5. Grayscale: #949494. Windows color (decimal): -4420518 or 5934268. OLE color: 5934268.

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

Color convert

RGB 188 140 90 -
CMYK 0 0.26 0.52 0.26
HSL 30.61º 0.42% 0.55% -
HSV(B) 30.61º 0.52% 0.74% -
XYZ 31.96 30.19 13.81 -
YUV 148.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 188 140 90 0 0.26 0.52 0.26 30.61 0.42 0.55
Hex BC 8C 5A 0 1A 34 1A 1F 2A 37
Octal 274 214 132 0 32 64 32 37 52 67
Binary 10111100 10001100 1011010 0 11010 110100 11010 11111 101010 110111

Color Harmonies of #BC8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C5A

Black with #BC8C5A

Text Example


Text Example

White with #BC8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C5A; }

 p { color: rgb(188,140,90); }

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

background-color css

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

 a { background-color: rgb(188,140,90); }

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

border-color css

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

 span { border-color: rgb(188,140,90); }

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