Html Css Color HEX #BC631A Christine

📋 copy color: '#BC631A'

red 188 ◦ green 99 ◦ blue 26

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

Shades of Christine #BC631A

Tints of Christine #BC631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 60.06%
G = 31.63%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC631A (or 0xBC631A) is known color: Christine. HEX triplet: BC, 63 and 1A. RGB value is (188,99,26). Sum of RGB (Red+Green+Blue) = 188+99+26=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC631A is #439CE5. Grayscale: #757575. Windows color (decimal): -4431078 or 1729468. OLE color: 1729468.

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

Color convert

RGB 188 99 26 -
CMYK 0 0.47 0.86 0.26
HSL 27.04º 0.76% 0.42% -
HSV(B) 27.04º 0.86% 0.74% -
XYZ 25.39 19.69 3.44 -
YUV 117.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 188 99 26 0 0.47 0.86 0.26 27.04 0.76 0.42
Hex BC 63 1A 0 2F 56 1A 1B 4C 2A
Octal 274 143 32 0 57 126 32 33 114 52
Binary 10111100 1100011 11010 0 101111 1010110 11010 11011 1001100 101010

Color Harmonies of #BC631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC631A

Black with #BC631A

Text Example


Text Example

White with #BC631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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