Html Css Color HEX #BC6329 Christine

📋 copy color: '#BC6329'

red 188 ◦ green 99 ◦ blue 41

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

Shades of Christine #BC6329

Tints of Christine #BC6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 57.32%
G = 30.18%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC6329 (or 0xBC6329) is known color: Christine. HEX triplet: BC, 63 and 29. RGB value is (188,99,41). Sum of RGB (Red+Green+Blue) = 188+99+41=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6329 is #439CD6. Grayscale: #777777. Windows color (decimal): -4431063 or 2712508. OLE color: 2712508.

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

Color convert

RGB 188 99 41 -
CMYK 0 0.47 0.78 0.26
HSL 23.67º 0.64% 0.45% -
HSV(B) 23.67º 0.78% 0.74% -
XYZ 25.6 19.78 4.57 -
YUV 119 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 188 99 41 0 0.47 0.78 0.26 23.67 0.64 0.45
Hex BC 63 29 0 2F 4E 1A 18 40 2D
Octal 274 143 51 0 57 116 32 30 100 55
Binary 10111100 1100011 101001 0 101111 1001110 11010 11000 1000000 101101

Color Harmonies of #BC6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6329

Black with #BC6329

Text Example


Text Example

White with #BC6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6329; }

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

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

background-color css

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

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

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

border-color css

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

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

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