Html Css Color HEX #BC6123 Christine

📋 copy color: '#BC6123'

red 188 ◦ green 97 ◦ blue 35

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

Shades of Christine #BC6123

Tints of Christine #BC6123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.94%

R = 58.75%
G = 30.31%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC6123 (or 0xBC6123) is known color: Christine. HEX triplet: BC, 61 and 23. RGB value is (188,97,35). Sum of RGB (Red+Green+Blue) = 188+97+35=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6123 is #439EDC. Grayscale: #757575. Windows color (decimal): -4431581 or 2318780. OLE color: 2318780.

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

Color convert

RGB 188 97 35 -
CMYK 0 0.48 0.81 0.26
HSL 24.31º 0.69% 0.44% -
HSV(B) 24.31º 0.81% 0.74% -
XYZ 25.32 19.36 3.99 -
YUV 117.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 188 97 35 0 0.48 0.81 0.26 24.31 0.69 0.44
Hex BC 61 23 0 30 51 1A 18 45 2C
Octal 274 141 43 0 60 121 32 30 105 54
Binary 10111100 1100001 100011 0 110000 1010001 11010 11000 1000101 101100

Color Harmonies of #BC6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6123

Black with #BC6123

Text Example


Text Example

White with #BC6123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6123; }

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

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

background-color css

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

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

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

border-color css

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

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

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