Html Css Color HEX #BC671A Christine

📋 copy color: '#BC671A'

red 188 ◦ green 103 ◦ blue 26

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

Shades of Christine #BC671A

Tints of Christine #BC671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 59.31%
G = 32.49%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC671A (or 0xBC671A) is known color: Christine. HEX triplet: BC, 67 and 1A. RGB value is (188,103,26). Sum of RGB (Red+Green+Blue) = 188+103+26=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC671A is #4398E5. Grayscale: #787878. Windows color (decimal): -4430054 or 1730492. OLE color: 1730492.

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

Color convert

RGB 188 103 26 -
CMYK 0 0.45 0.86 0.26
HSL 28.52º 0.76% 0.42% -
HSV(B) 28.52º 0.86% 0.74% -
XYZ 25.78 20.47 3.57 -
YUV 119.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 188 103 26 0 0.45 0.86 0.26 28.52 0.76 0.42
Hex BC 67 1A 0 2D 56 1A 1D 4C 2A
Octal 274 147 32 0 55 126 32 35 114 52
Binary 10111100 1100111 11010 0 101101 1010110 11010 11101 1001100 101010

Color Harmonies of #BC671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC671A

Black with #BC671A

Text Example


Text Example

White with #BC671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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