Html Css Color HEX #BC6027 Christine

📋 copy color: '#BC6027'

red 188 ◦ green 96 ◦ blue 39

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

Shades of Christine #BC6027

Tints of Christine #BC6027

RGB

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

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

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

R = 58.2%
G = 29.72%
B = 12.07%

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

#BC6027 (or 0xBC6027) is known color: Christine. HEX triplet: BC, 60 and 27. RGB value is (188,96,39). Sum of RGB (Red+Green+Blue) = 188+96+39=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6027 is #439FD8. Grayscale: #757575. Windows color (decimal): -4431833 or 2580668. OLE color: 2580668.

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

Color convert

RGB 188 96 39 -
CMYK 0 0.49 0.79 0.26
HSL 22.95º 0.66% 0.45% -
HSV(B) 22.95º 0.79% 0.74% -
XYZ 25.29 19.2 4.29 -
YUV 117.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 188 96 39 0 0.49 0.79 0.26 22.95 0.66 0.45
Hex BC 60 27 0 31 4F 1A 17 42 2D
Octal 274 140 47 0 61 117 32 27 102 55
Binary 10111100 1100000 100111 0 110001 1001111 11010 10111 1000010 101101

Color Harmonies of #BC6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6027

Black with #BC6027

Text Example


Text Example

White with #BC6027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6027; }

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

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

background-color css

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

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

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

border-color css

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

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

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