Html Css Color HEX #BC6127 Christine

📋 copy color: '#BC6127'

red 188 ◦ green 97 ◦ blue 39

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

Shades of Christine #BC6127

Tints of Christine #BC6127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 58.02%
G = 29.94%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6127 (or 0xBC6127) is known color: Christine. HEX triplet: BC, 61 and 27. RGB value is (188,97,39). Sum of RGB (Red+Green+Blue) = 188+97+39=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6127 is #439ED8. Grayscale: #757575. Windows color (decimal): -4431577 or 2580924. OLE color: 2580924.

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

Color convert

RGB 188 97 39 -
CMYK 0 0.48 0.79 0.26
HSL 23.36º 0.66% 0.45% -
HSV(B) 23.36º 0.79% 0.74% -
XYZ 25.38 19.39 4.32 -
YUV 117.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 188 97 39 0 0.48 0.79 0.26 23.36 0.66 0.45
Hex BC 61 27 0 30 4F 1A 17 42 2D
Octal 274 141 47 0 60 117 32 27 102 55
Binary 10111100 1100001 100111 0 110000 1001111 11010 10111 1000010 101101

Color Harmonies of #BC6127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6127

Black with #BC6127

Text Example


Text Example

White with #BC6127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6127; }

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

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

background-color css

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

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

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

border-color css

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

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

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