Html Css Color HEX #BC825C Twine

📋 copy color: '#BC825C'

red 188 ◦ green 130 ◦ blue 92

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

Shades of Twine #BC825C

Tints of Twine #BC825C

RGB

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

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

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

R = 45.85%
G = 31.71%
B = 22.44%

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

#BC825C (or 0xBC825C) is known color: Twine. HEX triplet: BC, 82 and 5C. RGB value is (188,130,92). Sum of RGB (Red+Green+Blue) = 188+130+92=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC825C is #437DA3. Grayscale: #8F8F8F. Windows color (decimal): -4423076 or 6062780. OLE color: 6062780.

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

Color convert

RGB 188 130 92 -
CMYK 0 0.31 0.51 0.26
HSL 23.75º 0.42% 0.55% -
HSV(B) 23.75º 0.51% 0.74% -
XYZ 30.65 27.43 13.8 -
YUV 143.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 188 130 92 0 0.31 0.51 0.26 23.75 0.42 0.55
Hex BC 82 5C 0 1F 33 1A 18 2A 37
Octal 274 202 134 0 37 63 32 30 52 67
Binary 10111100 10000010 1011100 0 11111 110011 11010 11000 101010 110111

Color Harmonies of #BC825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC825C

Black with #BC825C

Text Example


Text Example

White with #BC825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC825C; }

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

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

background-color css

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

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

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

border-color css

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

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

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