Html Css Color HEX #BC6327 Christine

📋 copy color: '#BC6327'

red 188 ◦ green 99 ◦ blue 39

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

Shades of Christine #BC6327

Tints of Christine #BC6327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 57.67%
G = 30.37%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6327 (or 0xBC6327) is known color: Christine. HEX triplet: BC, 63 and 27. RGB value is (188,99,39). Sum of RGB (Red+Green+Blue) = 188+99+39=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6327 is #439CD8. Grayscale: #777777. Windows color (decimal): -4431065 or 2581436. OLE color: 2581436.

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

Color convert

RGB 188 99 39 -
CMYK 0 0.47 0.79 0.26
HSL 24.16º 0.66% 0.45% -
HSV(B) 24.16º 0.79% 0.74% -
XYZ 25.57 19.76 4.39 -
YUV 118.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 188 99 39 0 0.47 0.79 0.26 24.16 0.66 0.45
Hex BC 63 27 0 2F 4F 1A 18 42 2D
Octal 274 143 47 0 57 117 32 30 102 55
Binary 10111100 1100011 100111 0 101111 1001111 11010 11000 1000010 101101

Color Harmonies of #BC6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6327

Black with #BC6327

Text Example


Text Example

White with #BC6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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