Html Css Color HEX #BC6829 Christine

📋 copy color: '#BC6829'

red 188 ◦ green 104 ◦ blue 41

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

Shades of Christine #BC6829

Tints of Christine #BC6829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 56.46%
G = 31.23%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC6829 (or 0xBC6829) is known color: Christine. HEX triplet: BC, 68 and 29. RGB value is (188,104,41). Sum of RGB (Red+Green+Blue) = 188+104+41=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6829 is #4397D6. Grayscale: #7A7A7A. Windows color (decimal): -4429783 or 2713788. OLE color: 2713788.

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

Color convert

RGB 188 104 41 -
CMYK 0 0.45 0.78 0.26
HSL 25.71º 0.64% 0.45% -
HSV(B) 25.71º 0.78% 0.74% -
XYZ 26.09 20.75 4.73 -
YUV 121.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 188 104 41 0 0.45 0.78 0.26 25.71 0.64 0.45
Hex BC 68 29 0 2D 4E 1A 1A 40 2D
Octal 274 150 51 0 55 116 32 32 100 55
Binary 10111100 1101000 101001 0 101101 1001110 11010 11010 1000000 101101

Color Harmonies of #BC6829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6829

Black with #BC6829

Text Example


Text Example

White with #BC6829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6829; }

 p { color: rgb(188,104,41); }

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

background-color css

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

 a { background-color: rgb(188,104,41); }

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

border-color css

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

 span { border-color: rgb(188,104,41); }

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