Html Css Color HEX #BC6028 Christine

📋 copy color: '#BC6028'

red 188 ◦ green 96 ◦ blue 40

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

Shades of Christine #BC6028

Tints of Christine #BC6028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 58.02%
G = 29.63%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6028 (or 0xBC6028) is known color: Christine. HEX triplet: BC, 60 and 28. RGB value is (188,96,40). Sum of RGB (Red+Green+Blue) = 188+96+40=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6028 is #439FD7. Grayscale: #757575. Windows color (decimal): -4431832 or 2646204. OLE color: 2646204.

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

Color convert

RGB 188 96 40 -
CMYK 0 0.49 0.79 0.26
HSL 22.7º 0.65% 0.45% -
HSV(B) 22.7º 0.79% 0.74% -
XYZ 25.3 19.21 4.38 -
YUV 117.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 188 96 40 0 0.49 0.79 0.26 22.7 0.65 0.45
Hex BC 60 28 0 31 4F 1A 17 41 2D
Octal 274 140 50 0 61 117 32 27 101 55
Binary 10111100 1100000 101000 0 110001 1001111 11010 10111 1000001 101101

Color Harmonies of #BC6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6028

Black with #BC6028

Text Example


Text Example

White with #BC6028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6028; }

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

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

background-color css

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

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

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

border-color css

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

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

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