Html Css Color HEX #BC825D Twine

📋 copy color: '#BC825D'

red 188 ◦ green 130 ◦ blue 93

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

Shades of Twine #BC825D

Tints of Twine #BC825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 45.74%
G = 31.63%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC825D (or 0xBC825D) is known color: Twine. HEX triplet: BC, 82 and 5D. RGB value is (188,130,93). Sum of RGB (Red+Green+Blue) = 188+130+93=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC825D is #437DA2. Grayscale: #8F8F8F. Windows color (decimal): -4423075 or 6128316. OLE color: 6128316.

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

Color convert

RGB 188 130 93 -
CMYK 0 0.31 0.51 0.26
HSL 23.37º 0.41% 0.55% -
HSV(B) 23.37º 0.51% 0.74% -
XYZ 30.7 27.45 14.04 -
YUV 143.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 188 130 93 0 0.31 0.51 0.26 23.37 0.41 0.55
Hex BC 82 5D 0 1F 33 1A 17 29 37
Octal 274 202 135 0 37 63 32 27 51 67
Binary 10111100 10000010 1011101 0 11111 110011 11010 10111 101001 110111

Color Harmonies of #BC825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC825D

Black with #BC825D

Text Example


Text Example

White with #BC825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC825D; }

 p { color: rgb(188,130,93); }

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

background-color css

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

 a { background-color: rgb(188,130,93); }

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

border-color css

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

 span { border-color: rgb(188,130,93); }

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