Html Css Color HEX #BC6323 Christine

📋 copy color: '#BC6323'

red 188 ◦ green 99 ◦ blue 35

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

Shades of Christine #BC6323

Tints of Christine #BC6323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 58.39%
G = 30.75%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC6323 (or 0xBC6323) is known color: Christine. HEX triplet: BC, 63 and 23. RGB value is (188,99,35). Sum of RGB (Red+Green+Blue) = 188+99+35=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6323 is #439CDC. Grayscale: #767676. Windows color (decimal): -4431069 or 2319292. OLE color: 2319292.

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

Color convert

RGB 188 99 35 -
CMYK 0 0.47 0.81 0.26
HSL 25.1º 0.69% 0.44% -
HSV(B) 25.1º 0.81% 0.74% -
XYZ 25.5 19.74 4.06 -
YUV 118.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 188 99 35 0 0.47 0.81 0.26 25.1 0.69 0.44
Hex BC 63 23 0 2F 51 1A 19 45 2C
Octal 274 143 43 0 57 121 32 31 105 54
Binary 10111100 1100011 100011 0 101111 1010001 11010 11001 1000101 101100

Color Harmonies of #BC6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6323

Black with #BC6323

Text Example


Text Example

White with #BC6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6323; }

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

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

background-color css

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

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

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

border-color css

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

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

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