Html Css Color HEX #BC601A Christine

📋 copy color: '#BC601A'

red 188 ◦ green 96 ◦ blue 26

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

Shades of Christine #BC601A

Tints of Christine #BC601A

RGB

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

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

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

R = 60.65%
G = 30.97%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC601A (or 0xBC601A) is known color: Christine. HEX triplet: BC, 60 and 1A. RGB value is (188,96,26). Sum of RGB (Red+Green+Blue) = 188+96+26=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC601A is #439FE5. Grayscale: #737373. Windows color (decimal): -4431846 or 1728700. OLE color: 1728700.

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

Color convert

RGB 188 96 26 -
CMYK 0 0.49 0.86 0.26
HSL 25.93º 0.76% 0.42% -
HSV(B) 25.93º 0.86% 0.74% -
XYZ 25.11 19.13 3.35 -
YUV 115.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 188 96 26 0 0.49 0.86 0.26 25.93 0.76 0.42
Hex BC 60 1A 0 31 56 1A 1A 4C 2A
Octal 274 140 32 0 61 126 32 32 114 52
Binary 10111100 1100000 11010 0 110001 1010110 11010 11010 1001100 101010

Color Harmonies of #BC601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC601A

Black with #BC601A

Text Example


Text Example

White with #BC601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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