Html Css Color HEX #BC6528 Christine

📋 copy color: '#BC6528'

red 188 ◦ green 101 ◦ blue 40

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

Shades of Christine #BC6528

Tints of Christine #BC6528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 57.14%
G = 30.7%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6528 (or 0xBC6528) is known color: Christine. HEX triplet: BC, 65 and 28. RGB value is (188,101,40). Sum of RGB (Red+Green+Blue) = 188+101+40=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6528 is #439AD7. Grayscale: #787878. Windows color (decimal): -4430552 or 2647484. OLE color: 2647484.

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

Color convert

RGB 188 101 40 -
CMYK 0 0.46 0.79 0.26
HSL 24.73º 0.65% 0.45% -
HSV(B) 24.73º 0.79% 0.74% -
XYZ 25.78 20.15 4.54 -
YUV 120.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 188 101 40 0 0.46 0.79 0.26 24.73 0.65 0.45
Hex BC 65 28 0 2E 4F 1A 19 41 2D
Octal 274 145 50 0 56 117 32 31 101 55
Binary 10111100 1100101 101000 0 101110 1001111 11010 11001 1000001 101101

Color Harmonies of #BC6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6528

Black with #BC6528

Text Example


Text Example

White with #BC6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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