Html Css Color HEX #BC6318 Christine

📋 copy color: '#BC6318'

red 188 ◦ green 99 ◦ blue 24

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

Shades of Christine #BC6318

Tints of Christine #BC6318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.72%

R = 60.45%
G = 31.83%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6318 (or 0xBC6318) is known color: Christine. HEX triplet: BC, 63 and 18. RGB value is (188,99,24). Sum of RGB (Red+Green+Blue) = 188+99+24=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6318 is #439CE7. Grayscale: #757575. Windows color (decimal): -4431080 or 1598396. OLE color: 1598396.

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

Color convert

RGB 188 99 24 -
CMYK 0 0.47 0.87 0.26
HSL 27.44º 0.77% 0.42% -
HSV(B) 27.44º 0.87% 0.74% -
XYZ 25.37 19.68 3.33 -
YUV 117.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 188 99 24 0 0.47 0.87 0.26 27.44 0.77 0.42
Hex BC 63 18 0 2F 57 1A 1B 4D 2A
Octal 274 143 30 0 57 127 32 33 115 52
Binary 10111100 1100011 11000 0 101111 1010111 11010 11011 1001101 101010

Color Harmonies of #BC6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6318

Black with #BC6318

Text Example


Text Example

White with #BC6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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