Html Css Color HEX #BC905C Twine

📋 copy color: '#BC905C'

red 188 ◦ green 144 ◦ blue 92

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

Shades of Twine #BC905C

Tints of Twine #BC905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 44.34%
G = 33.96%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC905C (or 0xBC905C) is known color: Twine. HEX triplet: BC, 90 and 5C. RGB value is (188,144,92). Sum of RGB (Red+Green+Blue) = 188+144+92=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905C is #436FA3. Grayscale: #979797. Windows color (decimal): -4419492 or 6066364. OLE color: 6066364.

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

Color convert

RGB 188 144 92 -
CMYK 0 0.23 0.51 0.26
HSL 32.5º 0.42% 0.55% -
HSV(B) 32.5º 0.51% 0.74% -
XYZ 32.64 31.41 14.47 -
YUV 151.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 188 144 92 0 0.23 0.51 0.26 32.5 0.42 0.55
Hex BC 90 5C 0 17 33 1A 20 2A 37
Octal 274 220 134 0 27 63 32 40 52 67
Binary 10111100 10010000 1011100 0 10111 110011 11010 100000 101010 110111

Color Harmonies of #BC905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC905C

Black with #BC905C

Text Example


Text Example

White with #BC905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC905C; }

 p { color: rgb(188,144,92); }

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

background-color css

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

 a { background-color: rgb(188,144,92); }

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

border-color css

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

 span { border-color: rgb(188,144,92); }

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