Html Css Color HEX #BC6121 Christine

📋 copy color: '#BC6121'

red 188 ◦ green 97 ◦ blue 33

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

Shades of Christine #BC6121

Tints of Christine #BC6121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 59.12%
G = 30.5%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC6121 (or 0xBC6121) is known color: Christine. HEX triplet: BC, 61 and 21. RGB value is (188,97,33). Sum of RGB (Red+Green+Blue) = 188+97+33=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6121 is #439EDE. Grayscale: #757575. Windows color (decimal): -4431583 or 2187708. OLE color: 2187708.

HSL color Cylindrical-coordinate representation of color #BC6121: hue angle of 24.77º 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 #BC6121 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 33 -
CMYK 0 0.48 0.82 0.26
HSL 24.77º 0.7% 0.43% -
HSV(B) 24.77º 0.82% 0.74% -
XYZ 25.29 19.35 3.84 -
YUV 116.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 188 97 33 0 0.48 0.82 0.26 24.77 0.7 0.43
Hex BC 61 21 0 30 52 1A 19 46 2B
Octal 274 141 41 0 60 122 32 31 106 53
Binary 10111100 1100001 100001 0 110000 1010010 11010 11001 1000110 101011

Color Harmonies of #BC6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6121

Black with #BC6121

Text Example


Text Example

White with #BC6121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6121; }

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

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

background-color css

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

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

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

border-color css

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

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

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