Html Css Color HEX #BC6328 Christine

📋 copy color: '#BC6328'

red 188 ◦ green 99 ◦ blue 40

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

Shades of Christine #BC6328

Tints of Christine #BC6328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.23%

R = 57.49%
G = 30.28%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6328 (or 0xBC6328) is known color: Christine. HEX triplet: BC, 63 and 28. RGB value is (188,99,40). Sum of RGB (Red+Green+Blue) = 188+99+40=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6328 is #439CD7. Grayscale: #777777. Windows color (decimal): -4431064 or 2646972. OLE color: 2646972.

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

Color convert

RGB 188 99 40 -
CMYK 0 0.47 0.79 0.26
HSL 23.92º 0.65% 0.45% -
HSV(B) 23.92º 0.79% 0.74% -
XYZ 25.58 19.77 4.47 -
YUV 118.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 188 99 40 0 0.47 0.79 0.26 23.92 0.65 0.45
Hex BC 63 28 0 2F 4F 1A 18 41 2D
Octal 274 143 50 0 57 117 32 30 101 55
Binary 10111100 1100011 101000 0 101111 1001111 11010 11000 1000001 101101

Color Harmonies of #BC6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6328

Black with #BC6328

Text Example


Text Example

White with #BC6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6328; }

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

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

background-color css

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

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

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

border-color css

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

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

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