Html Css Color HEX #BC6226 Christine

📋 copy color: '#BC6226'

red 188 ◦ green 98 ◦ blue 38

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

Shades of Christine #BC6226

Tints of Christine #BC6226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 58.02%
G = 30.25%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC6226 (or 0xBC6226) is known color: Christine. HEX triplet: BC, 62 and 26. RGB value is (188,98,38). Sum of RGB (Red+Green+Blue) = 188+98+38=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6226 is #439DD9. Grayscale: #767676. Windows color (decimal): -4431322 or 2515644. OLE color: 2515644.

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

Color convert

RGB 188 98 38 -
CMYK 0 0.48 0.80 0.26
HSL 24º 0.66% 0.44% -
HSV(B) 24º 0.8% 0.74% -
XYZ 25.46 19.57 4.27 -
YUV 118.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 188 98 38 0 0.48 0.80 0.26 24 0.66 0.44
Hex BC 62 26 0 30 50 1A 18 42 2C
Octal 274 142 46 0 60 120 32 30 102 54
Binary 10111100 1100010 100110 0 110000 1010000 11010 11000 1000010 101100

Color Harmonies of #BC6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6226

Black with #BC6226

Text Example


Text Example

White with #BC6226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6226; }

 p { color: rgb(188,98,38); }

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

background-color css

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

 a { background-color: rgb(188,98,38); }

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

border-color css

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

 span { border-color: rgb(188,98,38); }

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