Html Css Color HEX #BC6428 Christine

📋 copy color: '#BC6428'

red 188 ◦ green 100 ◦ blue 40

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

Shades of Christine #BC6428

Tints of Christine #BC6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 57.32%
G = 30.49%
B = 12.2%

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

#BC6428 (or 0xBC6428) is known color: Christine. HEX triplet: BC, 64 and 28. RGB value is (188,100,40). Sum of RGB (Red+Green+Blue) = 188+100+40=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6428 is #439BD7. Grayscale: #777777. Windows color (decimal): -4430808 or 2647228. OLE color: 2647228.

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

Color convert

RGB 188 100 40 -
CMYK 0 0.47 0.79 0.26
HSL 24.32º 0.65% 0.45% -
HSV(B) 24.32º 0.79% 0.74% -
XYZ 25.68 19.96 4.51 -
YUV 119.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 188 100 40 0 0.47 0.79 0.26 24.32 0.65 0.45
Hex BC 64 28 0 2F 4F 1A 18 41 2D
Octal 274 144 50 0 57 117 32 30 101 55
Binary 10111100 1100100 101000 0 101111 1001111 11010 11000 1000001 101101

Color Harmonies of #BC6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6428

Black with #BC6428

Text Example


Text Example

White with #BC6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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