Html Css Color HEX #BC6426 Christine

📋 copy color: '#BC6426'

red 188 ◦ green 100 ◦ blue 38

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

Shades of Christine #BC6426

Tints of Christine #BC6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 38 (15.23% from 255) = 11.66%

R = 57.67%
G = 30.67%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC6426 (or 0xBC6426) is known color: Christine. HEX triplet: BC, 64 and 26. RGB value is (188,100,38). Sum of RGB (Red+Green+Blue) = 188+100+38=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6426 is #439BD9. Grayscale: #777777. Windows color (decimal): -4430810 or 2516156. OLE color: 2516156.

HSL color Cylindrical-coordinate representation of color #BC6426: hue angle of 24.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC6426 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 38 -
CMYK 0 0.47 0.80 0.26
HSL 24.8º 0.66% 0.44% -
HSV(B) 24.8º 0.8% 0.74% -
XYZ 25.65 19.95 4.33 -
YUV 119.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 188 100 38 0 0.47 0.80 0.26 24.8 0.66 0.44
Hex BC 64 26 0 2F 50 1A 19 42 2C
Octal 274 144 46 0 57 120 32 31 102 54
Binary 10111100 1100100 100110 0 101111 1010000 11010 11001 1000010 101100

Color Harmonies of #BC6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6426

Black with #BC6426

Text Example


Text Example

White with #BC6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6426; }

 p { color: rgb(188,100,38); }

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

background-color css

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

 a { background-color: rgb(188,100,38); }

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

border-color css

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

 span { border-color: rgb(188,100,38); }

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