Html Css Color HEX #BC651A Christine

📋 copy color: '#BC651A'

red 188 ◦ green 101 ◦ blue 26

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

Shades of Christine #BC651A

Tints of Christine #BC651A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

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

R = 59.68%
G = 32.06%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC651A (or 0xBC651A) is known color: Christine. HEX triplet: BC, 65 and 1A. RGB value is (188,101,26). Sum of RGB (Red+Green+Blue) = 188+101+26=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC651A is #439AE5. Grayscale: #767676. Windows color (decimal): -4430566 or 1729980. OLE color: 1729980.

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

Color convert

RGB 188 101 26 -
CMYK 0 0.46 0.86 0.26
HSL 27.78º 0.76% 0.42% -
HSV(B) 27.78º 0.86% 0.74% -
XYZ 25.58 20.07 3.5 -
YUV 118.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 188 101 26 0 0.46 0.86 0.26 27.78 0.76 0.42
Hex BC 65 1A 0 2E 56 1A 1C 4C 2A
Octal 274 145 32 0 56 126 32 34 114 52
Binary 10111100 1100101 11010 0 101110 1010110 11010 11100 1001100 101010

Color Harmonies of #BC651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC651A

Black with #BC651A

Text Example


Text Example

White with #BC651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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