Html Css Color HEX #BC815B Twine

📋 copy color: '#BC815B'

red 188 ◦ green 129 ◦ blue 91

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

Shades of Twine #BC815B

Tints of Twine #BC815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 46.08%
G = 31.62%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC815B (or 0xBC815B) is known color: Twine. HEX triplet: BC, 81 and 5B. RGB value is (188,129,91). Sum of RGB (Red+Green+Blue) = 188+129+91=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC815B is #437EA4. Grayscale: #8E8E8E. Windows color (decimal): -4423333 or 5996988. OLE color: 5996988.

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

Color convert

RGB 188 129 91 -
CMYK 0 0.31 0.52 0.26
HSL 23.51º 0.42% 0.55% -
HSV(B) 23.51º 0.52% 0.74% -
XYZ 30.48 27.15 13.53 -
YUV 142.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 188 129 91 0 0.31 0.52 0.26 23.51 0.42 0.55
Hex BC 81 5B 0 1F 34 1A 18 2A 37
Octal 274 201 133 0 37 64 32 30 52 67
Binary 10111100 10000001 1011011 0 11111 110100 11010 11000 101010 110111

Color Harmonies of #BC815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC815B

Black with #BC815B

Text Example


Text Example

White with #BC815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC815B; }

 p { color: rgb(188,129,91); }

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

background-color css

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

 a { background-color: rgb(188,129,91); }

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

border-color css

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

 span { border-color: rgb(188,129,91); }

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