Html Css Color HEX #BC6322 Christine

📋 copy color: '#BC6322'

red 188 ◦ green 99 ◦ blue 34

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

Shades of Christine #BC6322

Tints of Christine #BC6322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 58.57%
G = 30.84%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC6322 (or 0xBC6322) is known color: Christine. HEX triplet: BC, 63 and 22. RGB value is (188,99,34). Sum of RGB (Red+Green+Blue) = 188+99+34=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6322 is #439CDD. Grayscale: #767676. Windows color (decimal): -4431070 or 2253756. OLE color: 2253756.

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

Color convert

RGB 188 99 34 -
CMYK 0 0.47 0.82 0.26
HSL 25.32º 0.69% 0.44% -
HSV(B) 25.32º 0.82% 0.74% -
XYZ 25.49 19.73 3.98 -
YUV 118.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 188 99 34 0 0.47 0.82 0.26 25.32 0.69 0.44
Hex BC 63 22 0 2F 52 1A 19 45 2C
Octal 274 143 42 0 57 122 32 31 105 54
Binary 10111100 1100011 100010 0 101111 1010010 11010 11001 1000101 101100

Color Harmonies of #BC6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6322

Black with #BC6322

Text Example


Text Example

White with #BC6322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6322; }

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

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

background-color css

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

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

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

border-color css

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

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

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