Html Css Color HEX #BC6527 Christine

📋 copy color: '#BC6527'

red 188 ◦ green 101 ◦ blue 39

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

Shades of Christine #BC6527

Tints of Christine #BC6527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 57.32%
G = 30.79%
B = 11.89%

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

#BC6527 (or 0xBC6527) is known color: Christine. HEX triplet: BC, 65 and 27. RGB value is (188,101,39). Sum of RGB (Red+Green+Blue) = 188+101+39=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6527 is #439AD8. Grayscale: #787878. Windows color (decimal): -4430553 or 2581948. OLE color: 2581948.

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

Color convert

RGB 188 101 39 -
CMYK 0 0.46 0.79 0.26
HSL 24.97º 0.66% 0.45% -
HSV(B) 24.97º 0.79% 0.74% -
XYZ 25.76 20.15 4.45 -
YUV 119.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 188 101 39 0 0.46 0.79 0.26 24.97 0.66 0.45
Hex BC 65 27 0 2E 4F 1A 19 42 2D
Octal 274 145 47 0 56 117 32 31 102 55
Binary 10111100 1100101 100111 0 101110 1001111 11010 11001 1000010 101101

Color Harmonies of #BC6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6527

Black with #BC6527

Text Example


Text Example

White with #BC6527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6527; }

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

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

background-color css

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

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

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

border-color css

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

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

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