Html Css Color HEX #BC621A Christine

📋 copy color: '#BC621A'

red 188 ◦ green 98 ◦ blue 26

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

Shades of Christine #BC621A

Tints of Christine #BC621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 60.26%
G = 31.41%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC621A (or 0xBC621A) is known color: Christine. HEX triplet: BC, 62 and 1A. RGB value is (188,98,26). Sum of RGB (Red+Green+Blue) = 188+98+26=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC621A is #439DE5. Grayscale: #757575. Windows color (decimal): -4431334 or 1729212. OLE color: 1729212.

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

Color convert

RGB 188 98 26 -
CMYK 0 0.48 0.86 0.26
HSL 26.67º 0.76% 0.42% -
HSV(B) 26.67º 0.86% 0.74% -
XYZ 25.29 19.5 3.41 -
YUV 116.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 188 98 26 0 0.48 0.86 0.26 26.67 0.76 0.42
Hex BC 62 1A 0 30 56 1A 1B 4C 2A
Octal 274 142 32 0 60 126 32 33 114 52
Binary 10111100 1100010 11010 0 110000 1010110 11010 11011 1001100 101010

Color Harmonies of #BC621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC621A

Black with #BC621A

Text Example


Text Example

White with #BC621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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