Html Css Color HEX #BC661D Christine

📋 copy color: '#BC661D'

red 188 ◦ green 102 ◦ blue 29

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

Shades of Christine #BC661D

Tints of Christine #BC661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 58.93%
G = 31.97%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC661D (or 0xBC661D) is known color: Christine. HEX triplet: BC, 66 and 1D. RGB value is (188,102,29). Sum of RGB (Red+Green+Blue) = 188+102+29=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC661D is #4399E2. Grayscale: #777777. Windows color (decimal): -4430307 or 1926844. OLE color: 1926844.

HSL color Cylindrical-coordinate representation of color #BC661D: hue angle of 27.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC661D is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 29 -
CMYK 0 0.46 0.85 0.26
HSL 27.55º 0.73% 0.43% -
HSV(B) 27.55º 0.85% 0.74% -
XYZ 25.71 20.28 3.72 -
YUV 119.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 188 102 29 0 0.46 0.85 0.26 27.55 0.73 0.43
Hex BC 66 1D 0 2E 55 1A 1C 49 2B
Octal 274 146 35 0 56 125 32 34 111 53
Binary 10111100 1100110 11101 0 101110 1010101 11010 11100 1001001 101011

Color Harmonies of #BC661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC661D

Black with #BC661D

Text Example


Text Example

White with #BC661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC661D; }

 p { color: rgb(188,102,29); }

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

background-color css

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

 a { background-color: rgb(188,102,29); }

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

border-color css

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

 span { border-color: rgb(188,102,29); }

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