Html Css Color HEX #BC631C Christine

📋 copy color: '#BC631C'

red 188 ◦ green 99 ◦ blue 28

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

Shades of Christine #BC631C

Tints of Christine #BC631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 59.68%
G = 31.43%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC631C (or 0xBC631C) is known color: Christine. HEX triplet: BC, 63 and 1C. RGB value is (188,99,28). Sum of RGB (Red+Green+Blue) = 188+99+28=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC631C is #439CE3. Grayscale: #757575. Windows color (decimal): -4431076 or 1860540. OLE color: 1860540.

HSL color Cylindrical-coordinate representation of color #BC631C: hue angle of 26.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC631C is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 28 -
CMYK 0 0.47 0.85 0.26
HSL 26.63º 0.74% 0.42% -
HSV(B) 26.63º 0.85% 0.74% -
XYZ 25.41 19.7 3.56 -
YUV 117.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 188 99 28 0 0.47 0.85 0.26 26.63 0.74 0.42
Hex BC 63 1C 0 2F 55 1A 1B 4A 2A
Octal 274 143 34 0 57 125 32 33 112 52
Binary 10111100 1100011 11100 0 101111 1010101 11010 11011 1001010 101010

Color Harmonies of #BC631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC631C

Black with #BC631C

Text Example


Text Example

White with #BC631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC631C; }

 p { color: rgb(188,99,28); }

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

background-color css

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

 a { background-color: rgb(188,99,28); }

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

border-color css

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

 span { border-color: rgb(188,99,28); }

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