Html Css Color HEX #BC6326 Christine

📋 copy color: '#BC6326'

red 188 ◦ green 99 ◦ blue 38

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

Shades of Christine #BC6326

Tints of Christine #BC6326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 57.85%
G = 30.46%
B = 11.69%

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

#BC6326 (or 0xBC6326) is known color: Christine. HEX triplet: BC, 63 and 26. RGB value is (188,99,38). Sum of RGB (Red+Green+Blue) = 188+99+38=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6326 is #439CD9. Grayscale: #767676. Windows color (decimal): -4431066 or 2515900. OLE color: 2515900.

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

Color convert

RGB 188 99 38 -
CMYK 0 0.47 0.80 0.26
HSL 24.4º 0.66% 0.44% -
HSV(B) 24.4º 0.8% 0.74% -
XYZ 25.55 19.75 4.3 -
YUV 118.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 188 99 38 0 0.47 0.80 0.26 24.4 0.66 0.44
Hex BC 63 26 0 2F 50 1A 18 42 2C
Octal 274 143 46 0 57 120 32 30 102 54
Binary 10111100 1100011 100110 0 101111 1010000 11010 11000 1000010 101100

Color Harmonies of #BC6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6326

Black with #BC6326

Text Example


Text Example

White with #BC6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6326; }

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

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

background-color css

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

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

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

border-color css

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

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

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