Html Css Color HEX #BC6321 Christine

📋 copy color: '#BC6321'

red 188 ◦ green 99 ◦ blue 33

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

Shades of Christine #BC6321

Tints of Christine #BC6321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 58.75%
G = 30.94%
B = 10.31%

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

#BC6321 (or 0xBC6321) is known color: Christine. HEX triplet: BC, 63 and 21. RGB value is (188,99,33). Sum of RGB (Red+Green+Blue) = 188+99+33=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6321 is #439CDE. Grayscale: #767676. Windows color (decimal): -4431071 or 2188220. OLE color: 2188220.

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

Color convert

RGB 188 99 33 -
CMYK 0 0.47 0.82 0.26
HSL 25.55º 0.7% 0.43% -
HSV(B) 25.55º 0.82% 0.74% -
XYZ 25.48 19.72 3.9 -
YUV 118.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 188 99 33 0 0.47 0.82 0.26 25.55 0.7 0.43
Hex BC 63 21 0 2F 52 1A 1A 46 2B
Octal 274 143 41 0 57 122 32 32 106 53
Binary 10111100 1100011 100001 0 101111 1010010 11010 11010 1000110 101011

Color Harmonies of #BC6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6321

Black with #BC6321

Text Example


Text Example

White with #BC6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6321; }

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

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

background-color css

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

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

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

border-color css

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

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

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