Html Css Color HEX #BC6129 Christine

📋 copy color: '#BC6129'

red 188 ◦ green 97 ◦ blue 41

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

Shades of Christine #BC6129

Tints of Christine #BC6129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 57.67%
G = 29.75%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC6129 (or 0xBC6129) is known color: Christine. HEX triplet: BC, 61 and 29. RGB value is (188,97,41). Sum of RGB (Red+Green+Blue) = 188+97+41=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6129 is #439ED6. Grayscale: #767676. Windows color (decimal): -4431575 or 2711996. OLE color: 2711996.

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

Color convert

RGB 188 97 41 -
CMYK 0 0.48 0.78 0.26
HSL 22.86º 0.64% 0.45% -
HSV(B) 22.86º 0.78% 0.74% -
XYZ 25.41 19.4 4.5 -
YUV 117.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 188 97 41 0 0.48 0.78 0.26 22.86 0.64 0.45
Hex BC 61 29 0 30 4E 1A 17 40 2D
Octal 274 141 51 0 60 116 32 27 100 55
Binary 10111100 1100001 101001 0 110000 1001110 11010 10111 1000000 101101

Color Harmonies of #BC6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6129

Black with #BC6129

Text Example


Text Example

White with #BC6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6129; }

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

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

background-color css

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

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

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

border-color css

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

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

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