Html Css Color HEX #BC6526 Christine

📋 copy color: '#BC6526'

red 188 ◦ green 101 ◦ blue 38

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

Shades of Christine #BC6526

Tints of Christine #BC6526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

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

R = 57.49%
G = 30.89%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC6526 (or 0xBC6526) is known color: Christine. HEX triplet: BC, 65 and 26. RGB value is (188,101,38). Sum of RGB (Red+Green+Blue) = 188+101+38=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6526 is #439AD9. Grayscale: #787878. Windows color (decimal): -4430554 or 2516412. OLE color: 2516412.

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

Color convert

RGB 188 101 38 -
CMYK 0 0.46 0.80 0.26
HSL 25.2º 0.66% 0.44% -
HSV(B) 25.2º 0.8% 0.74% -
XYZ 25.74 20.14 4.36 -
YUV 119.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 188 101 38 0 0.46 0.80 0.26 25.2 0.66 0.44
Hex BC 65 26 0 2E 50 1A 19 42 2C
Octal 274 145 46 0 56 120 32 31 102 54
Binary 10111100 1100101 100110 0 101110 1010000 11010 11001 1000010 101100

Color Harmonies of #BC6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6526

Black with #BC6526

Text Example


Text Example

White with #BC6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6526; }

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

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

background-color css

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

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

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

border-color css

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

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

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